diff --git a/shell.nix b/shell.nix index 8e8c1f9..fe3e878 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ pkgs.mkShell { name = "thermostat-env"; buildInputs = with pkgs; [ rust gcc - openocd + openocd dfu-util ] ++ (with python3Packages; [ numpy matplotlib ]);