about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-10-29 07:16:09 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-10-29 07:19:39 +0100
commit3709f766412979f0661e266e3157f4325ba32e74 (patch)
tree60c2ded3eda2f0be1835450f168da30c2b9beeed /common.nix
parentbeb52963f6475f4686357ed55334358a70d6081d (diff)
common: Rename environment.nix to nix.package.
This is because environment.nix is now obsolete in current <nixpkgs>.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
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