rustPlatform.importCargoLock: pass allRefs to builtins.fetchGit (#211298)
This commit is contained in:
parent
25f57d5b23
commit
8647006492
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ let
|
|||
builtins.fetchGit {
|
||||
inherit (gitParts) url;
|
||||
rev = gitParts.sha;
|
||||
allRefs = true;
|
||||
}
|
||||
else
|
||||
missingHash;
|
||||
|
|
Loading…
Reference in a new issue