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

7 lines
135 B
Nix

{ poetry2nix, python3 }:
poetry2nix.mkPoetryEnv {
python = python3;
pyproject = ./pyproject.toml;
poetrylock = ./poetry.lock;
}