poetry2nix/tests/utf8-pyproject/default.nix
2022-02-05 18:38:57 +12:00

6 lines
106 B
Nix

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