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;