We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebf945 commit e57344fCopy full SHA for e57344f
README.md
@@ -58,6 +58,10 @@ development commands.
58
You should now be able to run `pytest` or `just test` to confirm the package
59
tests pass in the devshell environment.
60
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
+
65
If you choose to retain the monorepo leaf package in
66
[packages/pnt-functional](./packages/pnt-functional) then you will need to run
67
`just monorepo-patch uv-lock` to update the [pyproject.toml](./pyproject.toml)
0 commit comments