poetry2nix/tests/assorted-pkgs/default.nix

7 lines
106 B
Nix
Raw Normal View History

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