0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nix: Update to 1.7

This commit is contained in:
Eelco Dolstra 2014-04-11 11:50:37 +02:00
parent ad65a1e064
commit 2da09363bf
4 changed files with 6 additions and 19 deletions

View file

@ -253,7 +253,7 @@ in
config = {
nix.chrootDirs = [ "/dev" "/dev/pts" "/proc" "/bin" ];
nix.chrootDirs = [ "/bin" ];
environment.etc."nix/nix.conf".source = nixConf;