poetry2nix/tests/legacy/default.nix
2023-10-26 12:28:09 +13:00

6 lines
101 B
Nix

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