poetry2nix/tests/assorted-pkgs/default.nix
2023-10-24 16:59:09 -04:00

6 lines
101 B
Nix

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