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

7 lines
101 B
Nix
Raw Normal View History

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