Skip to content

Commit

Permalink
make lanzaboote.nix use lib.getExe for lzbt bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kuflierl committed Oct 3, 2024
1 parent 5e2a763 commit cd25b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/lanzaboote.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in
# Use the system from the kernel's hostPlatform because this should
# always, even in the cross compilation case, be the right system.
${cfg.package}/bin/lzbt install \
${lib.getExe cfg.package} install \
--system ${config.boot.kernelPackages.stdenv.hostPlatform.system} \
--systemd ${config.systemd.package} \
--systemd-boot-loader-config ${loaderConfigFile} \
Expand Down

0 comments on commit cd25b02

Please sign in to comment.