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:
parent
e3cb9e5e5f
commit
795941261a
@ -61,7 +61,7 @@ my @attrs = ();
|
|||||||
my @kernelModules = ();
|
my @kernelModules = ();
|
||||||
my @initrdKernelModules = ();
|
my @initrdKernelModules = ();
|
||||||
my @modulePackages = ();
|
my @modulePackages = ();
|
||||||
my @imports = ("<nixos/modules/installer/scan/not-detected.nix>");
|
my @imports = ("<nixpkgs/nixos/modules/installer/scan/not-detected.nix>");
|
||||||
|
|
||||||
|
|
||||||
sub debug {
|
sub debug {
|
||||||
|
Loading…
Reference in New Issue
Block a user