1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 19:23:54 +02:00

fetchGit: Ignore tarballTtl if rev is set and not in the repo.

Fixes #1697.
This commit is contained in:
Shea Levy 2017-11-23 21:50:01 -05:00
parent 0fc3e581e0
commit eedbc4e06c
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27
3 changed files with 43 additions and 24 deletions

View file

@ -21,6 +21,7 @@ export NIX_REMOTE=$NIX_REMOTE_
unset NIX_PATH
export TEST_HOME=$TEST_ROOT/test-home
export HOME=$TEST_HOME
unset XDG_CACHE_HOME
mkdir -p $TEST_HOME
export PATH=@bindir@:$PATH