Fix initrd-stub build

This commit is contained in:
Julian Stecklina 2022-11-23 13:05:19 +01:00
parent 9567fa7f0e
commit dea1ab9798
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
# This is basically an empty EFI application that we use as a # This is basically an empty EFI application that we use as a
# carrier for the initrd. # carrier for the initrd.
initrd-stub = buildRustEfiApp ./rust-nightly/initrd-stub; initrd-stub = buildRustEfiApp ./rust/initrd-stub;
lanzaboote = buildRustEfiApp ./rust/lanzaboote; lanzaboote = buildRustEfiApp ./rust/lanzaboote;