People are often using aliases to provide backward compatibility, but as a general rule, we should not allow aliases to be used inside of nixpkgs, because it will break evaluation when the configuration option allowAliases = false is used.
It would be nice if ofborg could check evaluation with this configuration option to detect these alias additions that do not update all the old sites in nixpkgs.