···10441044 # Work around overspecified constraint on github ==0.18.
10451045 github-backup = doJailbreak super.github-backup;
1046104610471047+ # Work around large number of repeated arguments
10481048+ # https://github.com/NixOS/nixpkgs/issues/40013
10491049+ taffybar = super.taffybar.overrideDerivation (drv: {
10501050+ strictDeps = true;
10511051+ });
10521052+10471053}
1048105410491055//