source => src

This commit is contained in:
2024-12-07 14:04:02 -06:00
parent 4ae0829650
commit 85bab82753
81 changed files with 1 additions and 1 deletions

View File

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