Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
34878a47c9
commit
4b871d332e
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@ pkgs.writeShellApplication {
|
||||||
cat > "$1" << EOF
|
cat > "$1" << EOF
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o errexit
|
set -euo pipefail
|
||||||
set -o nounset
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue