Skip to content

Commit e57344f

Browse files
docs(readme): note pixi fails with monorepo
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent aebf945 commit e57344f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ development commands.
5858
You should now be able to run `pytest` or `just test` to confirm the package
5959
tests pass in the devshell environment.
6060

61+
> [!WARNING]
62+
> The root-only layout works with both uv and pixi. The workspace monorepo layout
63+
> works with uv but breaks pixi. See [#22](https://github.com/sciexp/python-nix-template/issues/22).
64+
6165
If you choose to retain the monorepo leaf package in
6266
[packages/pnt-functional](./packages/pnt-functional) then you will need to run
6367
`just monorepo-patch uv-lock` to update the [pyproject.toml](./pyproject.toml)

0 commit comments

Comments
 (0)