From 974edc5056616e3a6250277459f40974dfeba705 Mon Sep 17 00:00:00 2001 From: "Nicolas B. Pierron" Date: Sun, 21 Dec 2014 01:33:06 +0100 Subject: nixos-option: Use instead of . --- nixos/modules/installer/tools/nixos-option.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nixos/modules/installer') 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 {}; +header="let + nixos = import {}; nixpkgs = import {}; in with nixpkgs.lib; " -- cgit 1.4.1