shell.nix: remove gcc

This commit is contained in:
Sebastien Bourdeauducq 2020-07-19 15:34:18 +08:00
parent 484e385160
commit ef88a1313a

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