build kexec statically

This commit is contained in:
Daniel Barlow 2023-03-24 17:12:19 +00:00
parent 4ea60a6082
commit 045f10e79b
2 changed files with 7 additions and 1 deletions

View file

@ -26,7 +26,6 @@ in {
outputs.boot-sh =
let
inherit (pkgs) kexec-tools;
inherit (pkgs.lib.trivial) toHexString;
inherit (config.outputs) squashfs kernel;
cmdline = concatStringsSep " " config.boot.commandLine;