This commit is contained in:
2024-12-06 12:39:35 -06:00
parent 70049aad14
commit 85ee243f8d
3 changed files with 25 additions and 2 deletions

View File

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