Commit d04c244c authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

python3Packages.mkPythonEditablePackage: correct documentation

parent fc6eb553
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ let
    };
  };

  pythonEnv =  testPython.withPackages (ps: [ ps.my-editable ]);
  pythonEnv =  myPython.withPackages (ps: [ ps.my-editable ]);

in pkgs.mkShell {
  packages = [ pythonEnv ];