commit | 28ba4601c6340e1515fbf6c20d50e241e9b6e6e7 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler@clicksminuteper.net> | Thu May 19 06:58:06 2022 +0100 |
committer | Skyler Grey <skyler@clicksminuteper.net> | Thu May 19 06:58:06 2022 +0100 |
tree | a4af0b6ff8cb009b1c6aabbf6270895cb5900eda | |
parent | f93dd5af90bd5081f113c7c121383c659ece4f36 [diff] |
Add back the other import
diff --git a/src/system.nix b/src/system.nix index 98ff94a..3f7e9bd 100644 --- a/src/system.nix +++ b/src/system.nix
@@ -2,7 +2,7 @@ let nixScripts = import ./utils/nixFilesIn.nix lib ./nix/system; in { - imports = nixScripts; # ++ [ (modulesPath + "/installer/scan/not-detected.nix") ]; + imports = nixScripts ++ [ (modulesPath + "/installer/scan/not-detected.nix") ]; # Prepare nix flakes