From 7b15ee004dda66a3001b6379e4fd30a7cc92b97e Mon Sep 17 00:00:00 2001 From: topquark12 Date: Wed, 1 Jun 2022 12:32:18 +0800 Subject: [PATCH] add pyqtgraph --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;