diff --git a/flake.nix b/flake.nix index ba2447364a9..f9442d8ea2d 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ legacyPackages = forAllSystems (system: import ./. { inherit system; }); nixosModules = { - notDetected = import ./nixos/modules/installer/scan/not-detected.nix; + notDetected = ./nixos/modules/installer/scan/not-detected.nix; }; }; }