at 24.05-pre 283 B view raw
1{ python3 }: 2 3(python3.withPackages (_: [ python3.pkgs.qtile ])).overrideAttrs (_: { 4 # restore some qtile attrs, beautify name 5 inherit (python3.pkgs.qtile) pname version meta; 6 name = with python3.pkgs.qtile; "${pname}-${version}"; 7 passthru.unwrapped = python3.pkgs.qtile; 8})