Refactor
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-09-23 12:31:56 +01:00
parent 34878a47c9
commit 4b871d332e

View file

@ -7,9 +7,7 @@ pkgs.writeShellApplication {
cat > "$1" << EOF
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
set -euo pipefail
EOF