{ nix }: nix.overrideAttrs (old: { patches = (old.patches or []) ++ [ ./add-catchAll.patch ]; })