mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.mkPythonEditablePackage: correct documentation
This commit is contained in:
parent
fc6eb553aa
commit
d04c244c09
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
pythonEnv = testPython.withPackages (ps: [ ps.my-editable ]);
|
||||
pythonEnv = myPython.withPackages (ps: [ ps.my-editable ]);
|
||||
|
||||
in pkgs.mkShell {
|
||||
packages = [ pythonEnv ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue