summary refs log tree commit diff
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 b3903f3ae3d41..3c0f6c31cd5a2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,5 +42,9 @@
       };
 
       legacyPackages = pkgs;
+
+      nixosModules = {
+        notDetected = ./nixos/modules/installer/scan/not-detected.nix;
+      };
     };
 }