mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-29 15:04:11 +03:00
8 lines
134 B
Nix
8 lines
134 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [ ./kexec.nix ];
|
|
|
|
formatAttr = lib.mkForce "kexec_bundle";
|
|
filename = lib.mkForce "*-kexec_bundle";
|
|
}
|