diff --git a/shell.nix b/shell.nix index b32a4ea..77e26c0 100644 --- a/shell.nix +++ b/shell.nix @@ -12,7 +12,6 @@ stdenv.mkDerivation { buildInputs = (with rustPlatform.rust; [ rustc cargo cargo-xbuild rustcSrc - gcc ]) ++ (with pkgs; [ openocd gdb ]); # Set Environment Variables