Unverified Commit 0242d91e authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

nixos/systemd-boot: set strict error handling in installer script (#501155)

parents 92a1af2e b62dba13
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ let

  finalSystemdBootBuilder = pkgs.writeScript "install-systemd-boot.sh" ''
    #!${pkgs.runtimeShell}
    set -euo pipefail
    ${systemdBootBuilder}/bin/systemd-boot "$@"
    ${cfg.extraInstallCommands}
  '';