devShells: one global python devshell + activation via command

- this adds devShells.{system}.python
- a 'select-shell' command to switch between devshells
This commit is contained in:
DavHau
2024-03-01 18:15:44 +07:00
parent 44fa4d52d6
commit 148e8b0ac0
9 changed files with 206 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ dynamic = ["version"]
scripts = { clan = "clan_cli:main" }
[tool.setuptools.packages.find]
exclude = ["clan_cli.nixpkgs*"]
exclude = ["clan_cli.nixpkgs*", "result"]
[tool.setuptools.package-data]
clan_cli = ["config/jsonschema/*", "webui/assets/**/*", "vms/mimetypes/**/*"]