bugfix: builtins.path

This commit is contained in:
2024-11-09 16:43:30 -06:00
parent 2c377b9664
commit b0ac83658e
5 changed files with 16 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ let
in
python3Packages.buildPythonApplication {
inherit pname version;
src = {
src = builtins.path {
path = ../../scripts/download/.;
name = "${pname}-${version}";
};