venmic: init

This commit is contained in:
2025-06-06 06:34:46 -06:00
parent 3b3f00fa6b
commit ea8b5c2838
2 changed files with 103 additions and 2 deletions

View File

@@ -18,8 +18,8 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-a+4DGWBD5XLaNAfTN/fmI/gALe76SCoWrnjyglNhVPY=";
};
build-system = with python3Packages; [
setuptools
build-system = [
python3Packages.setuptools
];
dependencies = [];