0d7a1fd3fd
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
4 lines
113 B
Nix
4 lines
113 B
Nix
{ python3Packages
|
|
}:
|
|
|
|
with python3Packages; toPythonApplication (controku.override { buildApplication = true; })
|