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 417eb08cd3
commit f21f9257a7

View File

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