unset HOME and NIXPKGS_CONFIG in test-eval-release

svn path=/nixpkgs/trunk/; revision=32092
This commit is contained in:
Yury G. Kudryashov 2012-02-06 23:07:21 +00:00
parent 3312baae82
commit c0b20baa48

View file

@ -3,4 +3,5 @@
if [[ -z "$VERBOSE" ]]; then
echo "You may set VERBOSE=1 to see debug output or to any other non-empty string to make this script completely silent"
fi
unset HOME NIXPKGS_CONFIG # Force empty config
nix-instantiate --strict --eval-only --xml --show-trace "$(dirname "$0")"/eval-release.nix 2>&1 > /dev/null