From d3428d63a29b729823e323ca844dc6d58097b020 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 26 Aug 2023 19:18:07 -0700 Subject: [PATCH] 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. --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 49dcd9056..212f68144 100644 --- a/flake.nix +++ b/flake.nix @@ -128,6 +128,9 @@ cargo-insta cargo-nextest cargo-watch + + # For building the documentation website + poetry ]; shellHook = ''