mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
8 lines
167 B
Nix
8 lines
167 B
Nix
![]() |
self: super: {
|
||
|
|
||
|
poetry2nix = import ./default.nix { pkgs = self; poetry = self.poetry; };
|
||
|
|
||
|
poetry = super.callPackage ./pkgs/poetry { python = self.python3; };
|
||
|
|
||
|
}
|