Loading
haskell.compiler.ghcHEAD: disable --hyperlinked-source on aarch64
Disable enableHyperlinkedSource for GHC >= 9.11 to keep GHC under the 3GB Hydra output limit. Note that we use a patch as opposed to the new extraArgs interfaces for the reasons given in the comments added in this commit.