Updated readme and development environments

This commit is contained in:
mia 2025-06-16 12:22:56 +02:00
parent 9bf8f089b6
commit 879c5eb881
3 changed files with 27 additions and 25 deletions

View file

@ -6,10 +6,7 @@ pkgs.mkShell {
matplotlib
numpy
flask
rpi-gpio
]))
];
# shellHook = ''
# export SHELL=${pkgs.zsh}/bin/zsh
# exec ${pkgs.zsh}/bin/zsh
# '';
}