mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Merge pull request #52046 from akru/master
fetchcargo: fixed config installation path
This commit is contained in:
commit
c9c156207b
@ -50,7 +50,7 @@ stdenv.mkDerivation {
|
||||
# But not to break old cargoSha256, if the previous behavior was enough,
|
||||
# we don't store the config.
|
||||
if ! cmp $CARGO_CONFIG ${./fetchcargo-default-config.toml} > /dev/null; then
|
||||
install -Dt $out/.cargo $CARGO_CONFIG;
|
||||
install -D $CARGO_CONFIG $out/.cargo/config;
|
||||
fi;
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user