This commit is contained in:
parent
a3b5392f7f
commit
0046dfc8d8
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
packages.editable = pkgs.python3Packages.mkPythonEditableApplication {
|
packages.editable = pkgs.python3Packages.mkPythonEditablePackage {
|
||||||
|
inherit (packages.default) pname version dependencies;
|
||||||
scripts = pyprojecttoml.project.scripts;
|
scripts = pyprojecttoml.project.scripts;
|
||||||
root = "$PWD/src";
|
root = "$PWD/src";
|
||||||
passthru = { inherit (packages.default) nativeCheckInputs; };
|
passthru = { inherit (packages.default) nativeCheckInputs; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue