From 3709f766412979f0661e266e3157f4325ba32e74 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 29 Oct 2013 07:16:09 +0100 Subject: common: Rename environment.nix to nix.package. This is because environment.nix is now obsolete in current . Signed-off-by: aszlig --- common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.nix') 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 -- cgit 1.4.1