nix: add poetry to the impure shell

This shouldn't be used to manage dependencies in a Nix devshell, but can
be handy to update `poetry.lock`.
This commit is contained in:
Daniël de Kok 2024-11-20 18:59:17 +00:00
parent 98db89b8b6
commit 45c6ae6dd3

View File

@ -9,6 +9,7 @@
cudaPackages, cudaPackages,
openssl, openssl,
pkg-config, pkg-config,
poetry,
protobuf, protobuf,
python3, python3,
pyright, pyright,
@ -28,6 +29,7 @@ mkShell {
black black
isort isort
pkg-config pkg-config
poetry
(rust-bin.stable.latest.default.override { (rust-bin.stable.latest.default.override {
extensions = [ extensions = [
"rust-analyzer" "rust-analyzer"