Use stable Nix
Eelco Dolstra committed
Apr 30, 2014 at 15:30 UTC
5aa6b5b5fd40cfa9a54a816a19e7434134f39eac
1 file changed
+1
-1
delft/common.nix
+1
-1
@@ -43,7 +43,7 @@ with pkgs.lib;
43
boot.kernel.sysctl."kernel.panic" = 60;
44
boot.kernel.sysctl."kernel.panic_on_oops" = 1;
45
46
- nix.package = pkgs.nixUnstable;
46
+ #nix.package = pkgs.nixUnstable;
47
48
nix.useChroot = true;
49