System Gen235 @ 2026-06-19-21:07:09 by jonas@comfy-station

This commit is contained in:
2026-06-19 21:07:10 +02:00
parent 78441fb2d5
commit 9ea047ce9b
12 changed files with 211 additions and 0 deletions
@@ -0,0 +1,8 @@
{python3Packages}:
with python3Packages;
buildPythonApplication {
name = "follow-hive-nixpkgs";
pyproject = true;
build-system = [setuptools];
src = ./.;
}