python3Packages.mkPythonEditablePackage: correct documentation
This commit is contained in:
@@ -411,7 +411,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonEnv = testPython.withPackages (ps: [ ps.my-editable ]);
|
pythonEnv = myPython.withPackages (ps: [ ps.my-editable ]);
|
||||||
|
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
packages = [ pythonEnv ];
|
packages = [ pythonEnv ];
|
||||||
|
|||||||
Reference in New Issue
Block a user