python3Packages.mkPythonEditablePackage: correct documentation

This commit is contained in:
Kirill Radzikhovskyy 2024-10-07 13:39:29 +11:00
parent fc6eb553aa
commit d04c244c09

View File

@ -411,7 +411,7 @@ let
};
};
pythonEnv = testPython.withPackages (ps: [ ps.my-editable ]);
pythonEnv = myPython.withPackages (ps: [ ps.my-editable ]);
in pkgs.mkShell {
packages = [ pythonEnv ];