Skip to content

v2.34.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 12:39
· 36 commits to main since this release
70155d9

Release nix installer v2.34.0

What's Changed

Nix 2.34.0

  • Bumped Nix from 2.33.3 to 2.34.0

Bug Fixes

  • self_test: prevent daemon from being used before it is available — Remove NIX_REMOTE from the environment when running nix commands during installation setup. An inherited
    NIX_REMOTE=daemon would cause commands to fail trying to connect to a non-existent daemon. (Co-authored-by: @RossComputerGuy)
  • self_test: time out after 10s — Shell self-tests could hang indefinitely if a shell got stuck during initialization. Added a 10-second timeout that kills the child process and
    reports a TimedOut error instead of blocking forever. (Co-authored-by: @cole-h)

Improvements

  • self_test: tell the user when running the self tests — Added info-level log when starting each shell self-test and debug-level log listing discovered shells. (Co-authored-by:
    @cole-h)

Full Changelog: 2.33.3...2.34.0