Fix editable flake
All checks were successful
Test / test (push) Successful in 1m15s

This commit is contained in:
polyfloyd 2025-07-17 18:22:43 +02:00
parent a3b5392f7f
commit 0046dfc8d8

View file

@ -43,7 +43,8 @@
'';
};
packages.editable = pkgs.python3Packages.mkPythonEditableApplication {
packages.editable = pkgs.python3Packages.mkPythonEditablePackage {
inherit (packages.default) pname version dependencies;
scripts = pyprojecttoml.project.scripts;
root = "$PWD/src";
passthru = { inherit (packages.default) nativeCheckInputs; };