mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Fix fetchGit
This commit is contained in:
parent
066ed1c830
commit
31d8f3369d
2 changed files with 3 additions and 2 deletions
|
@ -225,7 +225,7 @@ static void fetchTree(
|
|||
params.emptyRevFallback,
|
||||
false);
|
||||
|
||||
//state.allowPath(tree.storePath);
|
||||
state.allowPath(tree.storePath);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue