shell.nix: remove gcc

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-07-19 15:34:18 +08:00
parent 484e385160
commit ef88a1313a
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ stdenv.mkDerivation {
buildInputs = (with rustPlatform.rust; [
rustc cargo
cargo-xbuild rustcSrc
gcc
]) ++ (with pkgs; [ openocd gdb ]);
# Set Environment Variables