move gdb dependency from default.nix to shell.nix
This commit is contained in:
parent
e6125581fd
commit
c7c9f7e0ad
@ -12,7 +12,6 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [
|
buildInputs = [
|
||||||
adc2tcp
|
adc2tcp
|
||||||
openocd
|
openocd
|
||||||
gdb
|
|
||||||
];
|
];
|
||||||
src = ./.;
|
src = ./.;
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user