poetry2nix/tests/missing-iswheel/default.nix
2023-10-26 12:28:09 +13:00

9 lines
187 B
Nix

{ poetry2nix, python3 }:
let
env = poetry2nix.mkPoetryEnv {
python = python3;
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
};
in
env.python.pkgs.mkdocstrings