Skip to content

Commit

Permalink
Increase verbosity for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bryango committed Feb 13, 2024
1 parent 48ad70c commit 722a334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ IFS=" " read -r -a allConfigs <<< "$(nix eval --raw --impure --expr \
)"

for oneConfig in "${allConfigs[@]}"; do
nix run . -- build --flake ".#$oneConfig" "$@"
nix run . -- build -v --flake ".#$oneConfig" "$@"
done

0 comments on commit 722a334

Please sign in to comment.