try this too
This commit is contained in:
parent
0ce19bd9c8
commit
2d62a850c0
|
@ -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 ${stub}/bin/lanzaboote_stub.efi
|
--set LANZABOOTE_STUB ${fatStub}/bin/lanzaboote_stub.efi
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue