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

6 lines
103 B
Nix

{ poetry2nix, python39 }:
poetry2nix.mkPoetryApplication {
python = python39;
projectDir = ./.;
}