diff --git a/flake.nix b/flake.nix index ba2447364a90..f9442d8ea2d2 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; }; }; }