diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index e9ca22117aa4..db0f449c92af 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -23,12 +23,12 @@ elif [[ $1 == nox ]]; then elif [[ $1 == build ]]; then source $HOME/.nix-profile/etc/profile.d/nix.sh + echo "=== Checking NixOS options" + nix-build nixos/release.nix -A options + echo "=== Checking tarball creation" nix-build pkgs/top-level/release.nix -A tarball - echo "=== Checking NixOS options" - nix-build --show-trace nixos/release.nix -A options - if [[ $TRAVIS_PULL_REQUEST == false ]]; then echo "=== Not a pull request" else