summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 16:28:04 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-28 22:45:57 +0100
commit259f7a93b1e679b73026352b40029375aa94db7c (patch)
tree353259f8f7622375aa0a584e31ad16c20f95a6a3 /nixos/modules/config/system-path.nix
parent44d6d887390bbf0fd99d2bf95d75e6292357fd50 (diff)
downloadnixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar.gz
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar.bz2
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar.lz
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar.xz
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.tar.zst
nixlib-259f7a93b1e679b73026352b40029375aa94db7c.zip
Rename environment.nix -> nix.package
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 0610ad54da34..8dd92dd96af9 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -14,7 +14,7 @@ let
     '';
 
   requiredPackages =
-    [ config.environment.nix
+    [ config.nix.package
       pkgs.acl
       pkgs.attr
       pkgs.bashInteractive # bash with ncurses support