Merge pull request #14659 from jgillich/rust-registry-2
rustRegistry: expose src, 2016-04-02 -> 2016-04-13
This commit is contained in:
commit
998cde70e1
@ -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…
x
Reference in New Issue
Block a user