mirror of https://github.com/m-labs/artiq.git
nix: cleanup
This commit is contained in:
parent
ee611c5c30
commit
7c6abfb2ce
|
@ -21,7 +21,7 @@ let
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
mkdir -p $out/registry
|
mkdir -p $out/registry
|
||||||
cat > $out/config <<-EOF
|
cat << EOF > $out/config
|
||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
registry = "https://github.com/rust-lang/crates.io-index"
|
registry = "https://github.com/rust-lang/crates.io-index"
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
Loading…
Reference in New Issue