add pyqtgraph

This commit is contained in:
topquark12 2022-06-01 12:32:18 +08:00 committed by atse
parent ae3d8b51d4
commit 446c3ea1d6
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
buildInputs = with pkgs; [
rust openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
numpy matplotlib pyqtgraph
]);
};
defaultPackage.x86_64-linux = thermostat;