aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b3903f3ae3d4..3c0f6c31cd5a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,5 +42,9 @@
};
legacyPackages = pkgs;
+
+ nixosModules = {
+ notDetected = ./nixos/modules/installer/scan/not-detected.nix;
+ };
};
}