flake: Add PyThermostat to devShell

Make Python scripts in PyThermostat available in the development shell
(thermostat_plot, thermostat_autotune, and thermostat_test).
This commit is contained in:
atse 2024-08-23 11:30:16 +08:00
parent e6a9ce7fe5
commit 8cba8d8717

View File

@ -95,6 +95,7 @@
++ (with python3Packages; [
numpy
matplotlib
pythermostat
]);
shellHook = ''
export PYTHONPATH=`git rev-parse --show-toplevel`/pythermostat:$PYTHONPATH