mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
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:
parent
6c3e0d22e4
commit
67f991e2bc
2 changed files with 0 additions and 20 deletions
|
|
@ -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; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue