mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
rustRegistry: expose src
This commit is contained in:
parent
c7f9b6c440
commit
27f734b1d4
@ -20,7 +20,7 @@ let
|
|||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
runCommand "rustRegistry-${version}-${builtins.substring 0 7 rev}" {} ''
|
runCommand "rustRegistry-${version}-${builtins.substring 0 7 rev}" { inherit src; } ''
|
||||||
# For some reason, cargo doesn't like fetchgit's git repositories, not even
|
# For some reason, cargo doesn't like fetchgit's git repositories, not even
|
||||||
# if we set leaveDotGit to true, set the fetchgit branch to 'master' and clone
|
# if we set leaveDotGit to true, set the fetchgit branch to 'master' and clone
|
||||||
# the repository (tested with registry rev
|
# the repository (tested with registry rev
|
||||||
|
Loading…
Reference in New Issue
Block a user