poetry2nix/tests/utf8-pyproject/default.nix

7 lines
108 B
Nix
Raw Normal View History

2022-09-02 13:32:04 +12:00
{ lib, poetry2nix, python39 }:
poetry2nix.mkPoetryApplication {
2022-09-02 13:32:04 +12:00
python = python39;
projectDir = ./.;
}