diff --git a/flake.nix b/flake.nix index 5ad516a..476da66 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };