Merge pull request #194763 from hercules-ci/flake-improve-nixosModules-notDetected-error-location-reporting

flake.nix: Improve nixosModules.notDetected error location reporting
This commit is contained in:
Robert Hensing 2022-11-13 00:12:56 +01:00 committed by GitHub
commit 9f5958538d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};
};
}