From 99a7c38118e2ea5d90bc38d185fef7c39c840a17 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Wed, 1 Oct 2025 08:28:48 +0200 Subject: [PATCH] added devel packages --- modules/develPackages.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/develPackages.nix b/modules/develPackages.nix index b9d8706..d0128b6 100644 --- a/modules/develPackages.nix +++ b/modules/develPackages.nix @@ -43,10 +43,21 @@ node2nix jupyter - python312Full python312Packages.uv python312Packages.ipykernel + python3.withPackages (ps: with ps; [ + flask + flask-sqlalchemy + flask-socketio + werkzeug + pyyaml + authlib + litellm + requests + flake8 + ]); + #dotnet-sdk_8 #dotnet-sdk_9 #dotnet-sdk_10