nixos-generators/formats/kexec-bundle.nix
2022-06-14 21:29:37 -04:00

8 lines
134 B
Nix

{ lib, ... }:
{
imports = [ ./kexec.nix ];
formatAttr = lib.mkForce "kexec_bundle";
filename = lib.mkForce "*-kexec_bundle";
}