chore: improve dev setup

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2025-06-20 15:39:42 +02:00
parent 9b13370409
commit 42262844a6
3 changed files with 28 additions and 0 deletions

View file

@ -113,6 +113,7 @@
packages = with pkgs; [
python
uv
pre-commit
bashInteractive
];
env =
@ -194,6 +195,7 @@
packages = with pkgs; [
virtualenv
uv
pre-commit
bashInteractive
];