diff --git a/nix-develop-gha.sh b/nix-develop-gha.sh index 7f8e6cb..44283bd 100755 --- a/nix-develop-gha.sh +++ b/nix-develop-gha.sh @@ -9,6 +9,8 @@ with_nix_develop() { nix develop --ignore-environment "${arguments[@]}" --command "$@" } +with_nix_develop true # Exit immediately if build fails + contains() { grep "$1" --silent <<<"$2" }