poetry2nix/overlay.nix
2023-09-05 13:33:02 -04:00

4 lines
171 B
Nix

final: prev: {
poetry2nix = import ./default.nix { pkgs = final; };
poetry = prev.callPackage ./pkgs/poetry { python = final.python3; inherit (final) poetry2nix; };
}