about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index d3b11bb5..15d92803 100644
--- a/common.nix
+++ b/common.nix
@@ -5,6 +5,7 @@
   ];
 
   nix = {
+    package = pkgs.nixUnstable;
     maxJobs = 8;
     useChroot = true;
     readOnlyStore = true;
@@ -192,7 +193,6 @@
     createUser = true;
   };
 
-  environment.nix = pkgs.nixUnstable;
   environment.systemPackages = with pkgs; [
     cacert
     file