Skip to content

Commit

Permalink
examples: update pip editables comment...
Browse files Browse the repository at this point in the history
...wasn't updated after function changes in 9448df1
  • Loading branch information
phaer committed Jul 11, 2024
1 parent f0e36ec commit 13e48a6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions examples/packages/languages/python-local-development/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ in {
};

pip = {
# Setting editables.$pkg.null will link the current project root as an editable
# for the root package (my-tool here), or otherwise copy the contents of mkDerivation.src
# to .dream2nix/editables to make them writeable.
# Alternatively you can point it to an existing checkout via an absolute path, i.e.:
# editables.charset-normalizer = "/home/my-user/src/charset-normalizer";
editables.charset-normalizer = ".editables/charset_normalizer";
# Setting editables.$pkg to an absolute path will link this path as an editable
# install to .dream2nix/editables in devShells. The root package is always installed
# as editable.
# editables.charset-normalizer = "/home/my-user/src/charset-normalizer";

requirementsList =
pyproject.build-system.requires
Expand Down

0 comments on commit 13e48a6

Please sign in to comment.