summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2022-11-13 00:12:56 +0100
committerGitHub <noreply@github.com>2022-11-13 00:12:56 +0100
commit9f5958538da9a9c5b932d3e639e92b5c29f4932d (patch)
treeab68cee4510a2d5a82e41e7473c1b22bc973c200 /flake.nix
parent2f506048b13fe69c22cec5e7e5610eabfc537aa7 (diff)
parent33c8c0fb00c5a5ca6a13cd0e61c43175ad73d21d (diff)
Merge pull request #194763 from hercules-ci/flake-improve-nixosModules-notDetected-error-location-reporting
flake.nix: Improve nixosModules.notDetected error location reporting
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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;
};
};
}