forked from M-Labs/thermostat
nix: remove git sources for dependencies that are stable now
This commit is contained in:
parent
155a67c056
commit
792ed1fdf0
|
@ -29,16 +29,6 @@ buildRustPackage rec {
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "${adc2tcpDeps}"
|
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
|
EOF
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue