poetry2nix/tests/python-versions-or/default.nix

6 lines
101 B
Nix

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