mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
moved install iso from a package to a host
made funnier functions gave more modules disable options updated lint command
This commit is contained in:
parent
ccbc3cc2af
commit
c4e6bcb664
9 changed files with 132 additions and 120 deletions
|
|
@ -30,6 +30,11 @@ let
|
|||
'';
|
||||
};
|
||||
in {
|
||||
system.build.bootStage2 = lib.mkForce bootStage2;
|
||||
options.local.bootConfig.stage2patch.disable = lib.mkEnableOption "";
|
||||
config =
|
||||
lib.mkIf (!config.local.bootConfig.stage2patch.disable)
|
||||
{
|
||||
system.build.bootStage2 = lib.mkForce bootStage2;
|
||||
};
|
||||
_file = ./stage2patch.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue