Skip to content

Commit 7a28a8c

Browse files
committed
nix: Add python-poetry to devDependencies
This should allow Nix users to build the documentation in `nix develop` following the instructions in `contributing.md`.
1 parent ac2635c commit 7a28a8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
cargo-insta
129129
cargo-nextest
130130
cargo-watch
131+
132+
# For building documentation website
133+
poetry
131134
];
132135

133136
shellHook = ''

0 commit comments

Comments
 (0)