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:
parent
0fc3e581e0
commit
eedbc4e06c
3 changed files with 43 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue