Add euo pipefail to nix-flake-update.sh

This commit is contained in:
Dave Gallant
2024-03-08 22:52:00 -05:00
parent 2c742d1ce3
commit 8efc5dfb81

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
git pull
update_msg=$(nix flake update 2>&1 | grep -v 'warning:')
make