about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-06 23:08:11 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2012-02-06 23:08:11 +0000
commita41d989a1ec77d56bc5ea2202a04b3089523bf44 (patch)
treed3a18fe1c3f24152c2aa9fd91678590fafb309fb /maintainers
parent215a07c1a9d6d208c1ba0037eccaaba7de9d6b68 (diff)
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32093
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/test-eval-release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/maintainers/scripts/test-eval-release.sh b/maintainers/scripts/test-eval-release.sh
index 4ab3f9775a0fe..9ef531319e4da 100755
--- a/maintainers/scripts/test-eval-release.sh
+++ b/maintainers/scripts/test-eval-release.sh
@@ -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