nix: remove git sources for dependencies that are stable now

softspi
Astro 2019-05-09 21:03:14 +02:00
parent 155a67c056
commit 792ed1fdf0
1 changed files with 0 additions and 10 deletions

View File

@ -29,16 +29,6 @@ buildRustPackage rec {
[source.vendored-sources]
directory = "${adc2tcpDeps}"
[source."https://github.com/stm32-rs/stm32f4xx-hal"]
git = "https://github.com/stm32-rs/stm32f4xx-hal"
branch = "master"
replace-with = "vendored-sources"
[source."https://github.com/stm32-rs/stm32-eth"]
git = "https://github.com/stm32-rs/stm32-eth"
branch = "master"
replace-with = "vendored-sources"
EOF
'';