nixpkgs/pkgs/by-name/co/controku/package.nix
Matt Moriarity 0d7a1fd3fd controku: init at 1.1.0
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-09-29 00:28:21 -03:00

5 lines
113 B
Nix

{ python3Packages
}:
with python3Packages; toPythonApplication (controku.override { buildApplication = true; })