7 lines
147 B
Nix
7 lines
147 B
Nix
{
|
|
flake.modules.nixos.default =
|
|
{ modulesPath, ... }:
|
|
{
|
|
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
|
};
|
|
}
|