Failed attempt to fix/formalize repo

This commit is contained in:
2026-02-23 18:21:29 +00:00
parent c9dd770fe7
commit 43890000f1
11 changed files with 32 additions and 15 deletions
@@ -0,0 +1,7 @@
{pkgs}:
pkgs.python314.withPackages (
python-pkgs: [
python-pkgs.pkginfo
python-pkgs.setuptools
]
)