Remove useless rec
This commit is contained in:
parent
afcbe7140e
commit
ed8509ce9d
|
@ -80,8 +80,7 @@
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
add-sections ${lanzaboote}/bin/lanzaboote.efi ${osrel} ${cmdline} $out/bin/lanzaboote.efi
|
add-sections ${lanzaboote}/bin/lanzaboote.efi ${osrel} ${cmdline} $out/bin/lanzaboote.efi
|
||||||
'';
|
'';
|
||||||
in
|
in {
|
||||||
rec {
|
|
||||||
packages.x86_64-linux = {
|
packages.x86_64-linux = {
|
||||||
inherit qemuUefi uefi-run lanzaboote lanzaboote-uki;
|
inherit qemuUefi uefi-run lanzaboote lanzaboote-uki;
|
||||||
default = lanzaboote-uki;
|
default = lanzaboote-uki;
|
||||||
|
|
Loading…
Reference in New Issue