python3Packages.mkPythonEditablePackage: correct documentation (#346995)
This commit is contained in:
commit
a4edf43440
@ -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…
Reference in New Issue
Block a user