refactor(python): use dedicated runtime environments

This commit is contained in:
2026-09-19 21:01:23 -04:00
parent 545115725c
commit e2c240ba4b
9 changed files with 53 additions and 40 deletions
-1
View File
@@ -2,6 +2,5 @@
{
environment.systemPackages = with pkgs; [
git
my_python
];
}