Enable flakes in kexec image and comma integration
All checks were successful
Check Flake / check-flake (push) Successful in 20m21s
All checks were successful
Check Flake / check-flake (push) Successful in 20m21s
This commit is contained in:
@@ -145,11 +145,15 @@
|
||||
machineHosts;
|
||||
|
||||
packages =
|
||||
with inputs;
|
||||
let
|
||||
mkEphemeral = system: format: inputs.nixos-generators.nixosGenerate {
|
||||
mkEphemeral = system: format: nixos-generators.nixosGenerate {
|
||||
inherit system;
|
||||
inherit format;
|
||||
modules = [ ./machines/ephemeral/minimal.nix ];
|
||||
modules = [
|
||||
./machines/ephemeral/minimal.nix
|
||||
nix-index-database.nixosModules.default
|
||||
];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user