Skip to content

Commit

Permalink
docs(README.md): added info about nix flake editing source
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Jun 6, 2023
1 parent c3fa3ed commit cdaa8ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ In general, PRs are welcome. We follow the typical trunk based development Git w
This project supports Poetry for Python virtual environments.
Poetry may be installed via `pip`, and environments can be accessed with `poetry shell` or `poetry run`.

At the current time there's a bit of a clash with Flakes and Poetry2Nix.
`editablePackageSources` property is at odds with the pureness of flakes.
One can work around this by `direnv reload` on every change to package source code, or by directly running `python gll.py`.
[GitHub issue](https://github.com/nix-community/poetry2nix/issues/425)

#### Tests

Run tests in root directory with `pytest`
Expand Down

0 comments on commit cdaa8ff

Please sign in to comment.