mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
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:
parent
b67c115c29
commit
d3428d63a2
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@
|
|||
cargo-insta
|
||||
cargo-nextest
|
||||
cargo-watch
|
||||
|
||||
# For building the documentation website
|
||||
poetry
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Reference in a new issue