mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
7 lines
167 B
Nix
7 lines
167 B
Nix
self: super: {
|
|
|
|
poetry2nix = import ./default.nix { pkgs = self; poetry = self.poetry; };
|
|
|
|
poetry = super.callPackage ./pkgs/poetry { python = self.python3; };
|
|
|
|
}
|