From dea1ab9798a3ba6b370f796bc23fdfc33ec34121 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Wed, 23 Nov 2022 13:05:19 +0100 Subject: [PATCH] Fix initrd-stub build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31e0a6b..5cf09d4 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ # This is basically an empty EFI application that we use as a # carrier for the initrd. - initrd-stub = buildRustEfiApp ./rust-nightly/initrd-stub; + initrd-stub = buildRustEfiApp ./rust/initrd-stub; lanzaboote = buildRustEfiApp ./rust/lanzaboote;