Fixed in https://github.com/NixOS/nixpkgs/pull/206806 This reverts commit d8b519d60c052140a1fe2e9fd6fd6b501f085b32.
19 lines
314 B
Nix
19 lines
314 B
Nix
channels: final: prev: {
|
|
|
|
__dontExport = true; # overrides clutter up actual creations
|
|
|
|
inherit (channels.latest)
|
|
discord-canary
|
|
kmscon
|
|
prismlauncher
|
|
|
|
# https://nixpk.gs/pr-tracker.html?pr=200098
|
|
nitter
|
|
;
|
|
|
|
inherit (channels.stable)
|
|
hydrus
|
|
;
|
|
|
|
qtile = final.qtile-unstable;
|
|
}
|