poetry2nix/tests/markupsafe2/default.nix

8 lines
140 B
Nix
Raw Normal View History

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