Skip to content

Commit

Permalink
flake: use the set -e flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jan 31, 2025
1 parent 4488c2f commit 4b5c0c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

# nix run .#test
apps.test = with env.pkgs; env.app [wasmtime] ''
set -e
zig version
if [[ "$(uname)" == "Linux" ]]; then
echo "zig build test bug -Daio:posix=disable -Dsanitize=true"
Expand Down

0 comments on commit 4b5c0c8

Please sign in to comment.