5e7c2d6cef
GitOrigin-RevId: f99e5f03cc0aa231ab5950a15ed02afec45ed51a
4 lines
113 B
Nix
4 lines
113 B
Nix
{ python3Packages
|
|
}:
|
|
|
|
with python3Packages; toPythonApplication (controku.override { buildApplication = true; })
|