summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-generate-config.pl
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-01-06 15:30:44 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-01-29 13:23:30 +0100
commit795941261a88b7b6a89e549ed6e4ccff19381484 (patch)
treedfbae02f160a011834839a088202f89254815b09 /nixos/modules/installer/tools/nixos-generate-config.pl
parente3cb9e5e5f343d13cbbdc87b6fd1abc1103156ae (diff)
downloadnixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar.gz
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar.bz2
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar.lz
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar.xz
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.tar.zst
nixpkgs-795941261a88b7b6a89e549ed6e4ccff19381484.zip
nixos-generate-config: Fix reference to <nixos>.
IIUC, <nixos> is going to be deprecated someday in the future, and as
most of those references are already replaced I guess it's safe to
replace it here as well, as it is only relevant on new/updated
installations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/modules/installer/tools/nixos-generate-config.pl')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index 6b42058a892..1365f3b9396 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -61,7 +61,7 @@ my @attrs = ();
 my @kernelModules = ();
 my @initrdKernelModules = ();
 my @modulePackages = ();
-my @imports = ("<nixos/modules/installer/scan/not-detected.nix>");
+my @imports = ("<nixpkgs/nixos/modules/installer/scan/not-detected.nix>");
 
 
 sub debug {