mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
GitRepo::fetch(): Ignore $GIT_DIR
Fixes #12325.
(cherry picked from commit 41983dba8f
)
This commit is contained in:
parent
2301d86f32
commit
832221650b
2 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ unset XDG_DATA_HOME
|
|||
unset XDG_CONFIG_HOME
|
||||
unset XDG_CONFIG_DIRS
|
||||
unset XDG_CACHE_HOME
|
||||
unset GIT_DIR
|
||||
|
||||
export IMPURE_VAR1=foo
|
||||
export IMPURE_VAR2=bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue