poetry2nix/tests/utf8-pyproject/default.nix
2022-09-22 16:13:15 +12:00

6 lines
108 B
Nix

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