python3Packages.mkPythonEditablePackage: correct documentation (#346995)

This commit is contained in:
adisbladis 2024-10-07 03:56:40 +00:00 committed by GitHub
commit a4edf43440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];