1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 19:03:16 +02:00

Fix fetchGit

This commit is contained in:
Eelco Dolstra 2022-05-19 13:17:05 +02:00
parent 066ed1c830
commit 31d8f3369d
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 3 additions and 2 deletions

View file

@ -225,7 +225,7 @@ static void fetchTree(
params.emptyRevFallback,
false);
//state.allowPath(tree.storePath);
state.allowPath(tree.storePath);
}
}