mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 13:33:12 +00:00
5 lines
113 B
Nix
5 lines
113 B
Nix
|
{ python3Packages
|
||
|
}:
|
||
|
|
||
|
with python3Packages; toPythonApplication (controku.override { buildApplication = true; })
|