From 8cba8d8717fe76d287b35f27503f7cd056611a80 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 23 Aug 2024 11:30:16 +0800 Subject: [PATCH] flake: Add PyThermostat to devShell Make Python scripts in PyThermostat available in the development shell (thermostat_plot, thermostat_autotune, and thermostat_test). --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 8c81be8..5cba347 100644 --- a/flake.nix +++ b/flake.nix @@ -95,6 +95,7 @@ ++ (with python3Packages; [ numpy matplotlib + pythermostat ]); shellHook = '' export PYTHONPATH=`git rev-parse --show-toplevel`/pythermostat:$PYTHONPATH