nix: cleanup

pull/1273/head
Sebastien Bourdeauducq 2019-02-09 17:58:46 +08:00
parent ee611c5c30
commit 7c6abfb2ce
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ let
installPhase =
''
mkdir -p $out/registry
cat > $out/config <<-EOF
cat << EOF > $out/config
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = "vendored-sources"