@cryptotaxi247 / infra-1 / commits / 852567c6

Use nixUnstable

Eelco Dolstra committed Jul 25, 2014 at 14:52 UTC 852567c6ded3a18941af90e06dd87ca4c2e27b66
1 file changed +1 -1
delft/common.nix
+1 -1
@@ -45,7 +45,7 @@ with pkgs.lib;
45 boot.kernel.sysctl."kernel.panic" = 60;
46 boot.kernel.sysctl."kernel.panic_on_oops" = 1;
47
48 - #nix.package = pkgs.nixUnstable;
48 + nix.package = pkgs.nixUnstable;
49
50 nix.useChroot = true;
51