nix: Add poetry to devDependencies for nix develop

This should allow Nix users to build the documentation in
`nix develop` following the instructions in `contributing.md`.

It feels a little weird to add a package manager and ask
people to use it inside nix, but I think it's simpler
than having two sets of instructions and dependencies
to maintain.
This commit is contained in:
Ilya Grigoriev 2023-08-26 19:18:07 -07:00 committed by Martin von Zweigbergk
parent b67c115c29
commit d3428d63a2

View file

@ -128,6 +128,9 @@
cargo-insta
cargo-nextest
cargo-watch
# For building the documentation website
poetry
];
shellHook = ''