forked from M-Labs/thermostat
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 = [
|
||||
adc2tcp
|
||||
openocd
|
||||
gdb
|
||||
];
|
||||
src = ./.;
|
||||
dontBuild = true;
|
||||
|
|
Loading…
Reference in New Issue