diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 8ff2258162fb..5fc932f10d0e 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -48,7 +48,7 @@ while test -n "$1"; do echo "=== Fetching Nox from binary cache" # build nox silently so it's not in the log - nix-build "" -A nox + nix-build "" -A nox -A stdenv ;; pr)