From ef88a1313ad03cc76ede6415de0b9426036c0f67 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 19 Jul 2020 15:34:18 +0800 Subject: [PATCH] shell.nix: remove gcc --- shell.nix | 1 - 1 file changed, 1 deletion(-) 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