mirror of
https://github.com/SebastianStork/nixos-installer.git
synced 2026-01-21 12:11:35 +01:00
Add kexec generator
This commit is contained in:
parent
27346b6113
commit
dd4fee5c53
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
modules = [ ./configuration.nix ];
|
modules = [ ./configuration.nix ];
|
||||||
};
|
};
|
||||||
|
kexec = inputs.nixos-generators.nixosGenerate {
|
||||||
|
format = "kexec";
|
||||||
|
inherit system;
|
||||||
|
specialArgs = { inherit inputs; };
|
||||||
|
modules = [ ./configuration.nix ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue