diff --git a/flake.nix b/flake.nix index c28f806..588f1ff 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ rustPlatform.rust.cargo openocd dfu-util ] ++ (with python3Packages; [ - numpy matplotlib + numpy matplotlib pyqtgraph ]); }; defaultPackage.x86_64-linux = thermostat;