NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.1k stars 291 forks source link

Update to Nix 2.11.0 and Nixpkgs 22.05 #1237

Closed edolstra closed 1 year ago

edolstra commented 2 years ago

There was some breakage due to the new auto-chroot feature in Nix 2.10, which doesn't handle correctly the case where $NIX_STORE_DIR etc. are set.

Ericson2314 commented 2 years ago

BTW what commit/PR is this new feature on the Nix side? Just want to stay up to date with these things for doc purposes etc.

cole-h commented 2 years ago

I believe that would be https://github.com/NixOS/nix/pull/6714.

Ericson2314 commented 1 year ago

Thanks!