summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@gmail.com>2014-12-21 01:33:06 +0100
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2014-12-21 01:33:06 +0100
commit974edc5056616e3a6250277459f40974dfeba705 (patch)
tree5a24f9aa26ffc895b2be8036efd88b7ce45f8196 /nixos/modules/installer
parentc9682a22ffc93a89b66c12cc4df7d0e022d17043 (diff)
downloadnixlib-974edc5056616e3a6250277459f40974dfeba705.tar
nixlib-974edc5056616e3a6250277459f40974dfeba705.tar.gz
nixlib-974edc5056616e3a6250277459f40974dfeba705.tar.bz2
nixlib-974edc5056616e3a6250277459f40974dfeba705.tar.lz
nixlib-974edc5056616e3a6250277459f40974dfeba705.tar.xz
nixlib-974edc5056616e3a6250277459f40974dfeba705.tar.zst
nixlib-974edc5056616e3a6250277459f40974dfeba705.zip
nixos-option: Use <nixpkgs/nixos> instead of <nixpkgs>.
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-option.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/modules/installer/tools/nixos-option.sh b/nixos/modules/installer/tools/nixos-option.sh
index ffd624227fbd..3016536ecddf 100644
--- a/nixos/modules/installer/tools/nixos-option.sh
+++ b/nixos/modules/installer/tools/nixos-option.sh
@@ -83,9 +83,8 @@ EOF
   fi
 }
 
-header="
-let
-  nixos = import <nixos> {};
+header="let
+  nixos = import <nixpkgs/nixos> {};
   nixpkgs = import <nixpkgs> {};
 in with nixpkgs.lib;
 "