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>
This commit is contained in:
aszlig 2014-01-06 15:30:44 +01:00
parent e3cb9e5e5f
commit 795941261a
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -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 {