drop environment.systemPackages

Those packages are only used for installation and are not used
afterwards. system.build outputs can be used to get them in an installer
included.
This commit is contained in:
Jörg Thalheim 2022-11-29 14:58:31 +01:00
parent 6c3e0d22e4
commit 67f991e2bc
2 changed files with 0 additions and 20 deletions

View file

@ -33,7 +33,6 @@
(lib.optionalAttrs (testMode == "module") {
imports = [ ../module.nix ];
disko = {
addScripts = false;
enableConfig = true;
devices = import disko-config { inherit disks lib; };
};
@ -76,7 +75,6 @@
(lib.optionalAttrs (testMode == "module") {
imports = [ ../module.nix ];
disko = {
addScripts = true;
enableConfig = false;
devices = import disko-config { disks = builtins.tail disks; inherit lib; };
};