mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
7 lines
174 B
Nix
7 lines
174 B
Nix
final: prev: {
|
|
|
|
poetry2nix = import ./default.nix { pkgs = final; };
|
|
|
|
poetry = prev.callPackage ./pkgs/poetry { python = final.python3; inherit (final) poetry2nix; };
|
|
|
|
}
|