forked from M-Labs/thermostat
shell.nix: add df-util
This commit is contained in:
parent
ff91dd7baa
commit
2e7be3fe01
|
@ -10,7 +10,7 @@ pkgs.mkShell {
|
||||||
name = "thermostat-env";
|
name = "thermostat-env";
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
rust gcc
|
rust gcc
|
||||||
openocd
|
openocd dfu-util
|
||||||
] ++ (with python3Packages; [
|
] ++ (with python3Packages; [
|
||||||
numpy matplotlib
|
numpy matplotlib
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue