move gdb dependency from default.nix to shell.nix

master
Astro 2019-03-15 14:18:43 +01:00
parent e6125581fd
commit c7c9f7e0ad
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ stdenv.mkDerivation {
buildInputs = [
adc2tcp
openocd
gdb
];
src = ./.;
dontBuild = true;

View File

@ -11,7 +11,7 @@ in
stdenv.mkDerivation {
name = "adc2tcp-env";
buildInputs = with rustPlatform.rust; [
rustc cargo
rustc cargo gdb
];
# Set Environment Variables