migrated all scripts + function to generate output

This commit is contained in:
2024-12-14 16:14:53 -06:00
parent c12e26ae7d
commit 171821bc9b
15 changed files with 1037 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ in
python3Packages.buildPythonApplication {
inherit pname version;
src = builtins.path {
path = ../../src/tuhmayto/.;
path = ../src/tuhmayto/.;
name = "${pname}-${version}";
};
build-system = [ python3Packages.setuptools ];