Loading nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix +3 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ let systemdBootBuilder = pkgs.substituteAll rec { name = "systemd-boot"; dir = "bin"; src = checkedSource; isExecutable = true; Loading Loading @@ -86,7 +88,7 @@ let finalSystemdBootBuilder = pkgs.writeScript "install-systemd-boot.sh" '' #!${pkgs.runtimeShell} ${systemdBootBuilder} "$@" ${systemdBootBuilder}/bin/systemd-boot "$@" ${cfg.extraInstallCommands} ''; in { Loading Loading
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix +3 −1 Original line number Diff line number Diff line Loading @@ -24,6 +24,8 @@ let systemdBootBuilder = pkgs.substituteAll rec { name = "systemd-boot"; dir = "bin"; src = checkedSource; isExecutable = true; Loading Loading @@ -86,7 +88,7 @@ let finalSystemdBootBuilder = pkgs.writeScript "install-systemd-boot.sh" '' #!${pkgs.runtimeShell} ${systemdBootBuilder} "$@" ${systemdBootBuilder}/bin/systemd-boot "$@" ${cfg.extraInstallCommands} ''; in { Loading