Merge pull request #162 from tomeon/kexec-bundle-filename-attr

kexec-bundle: define filename pattern
This commit is contained in:
Lassulus 2022-06-22 14:35:24 +02:00 committed by GitHub
commit 07ea008afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,5 @@
imports = [ ./kexec.nix ];
formatAttr = lib.mkForce "kexec_bundle";
filename = lib.mkForce "*-kexec_bundle";
}