From 792ed1fdf07bf18e4e9dd6d3200d5a45fd712b86 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 9 May 2019 21:03:14 +0200 Subject: [PATCH] nix: remove git sources for dependencies that are stable now --- nix/adc2tcp.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nix/adc2tcp.nix b/nix/adc2tcp.nix index ca28efa..51fb265 100644 --- a/nix/adc2tcp.nix +++ b/nix/adc2tcp.nix @@ -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 '';