never mind dont

This reverts commit 2d62a850c0.
This commit is contained in:
minish 2024-05-12 01:09:13 -04:00
parent 2d62a850c0
commit d7958dd005
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
# tell lanzatool where to find our UEFI binaries. # tell lanzatool where to find our UEFI binaries.
makeWrapper ${tool}/bin/lzbt-systemd $out/bin/lzbt \ makeWrapper ${tool}/bin/lzbt-systemd $out/bin/lzbt \
--set PATH ${lib.makeBinPath [ pkgs.binutils-unwrapped pkgs.sbsigntool ]} \ --set PATH ${lib.makeBinPath [ pkgs.binutils-unwrapped pkgs.sbsigntool ]} \
--set LANZABOOTE_STUB ${fatStub}/bin/lanzaboote_stub.efi --set LANZABOOTE_STUB ${stub}/bin/lanzaboote_stub.efi
''; '';
in in
{ {