mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-25 19:07:59 +03:00
7 lines
135 B
Nix
7 lines
135 B
Nix
{lib, ...}: {
|
|
imports = [./kexec.nix];
|
|
|
|
formatAttr = lib.mkForce "kexec_bundle";
|
|
fileExtension = lib.mkForce "*-kexec_bundle";
|
|
}
|