20 bumped the haskell.nix revision. It seems that 9.2.5 will be the new supported 9.2.x compiler version. I've noticed at least one cache miss with 9.2.4: devShells.<SYSTEM>.default now requires rebuilding GHC itself if shell.tools.haskell-language-server is configured. I've confirmed that bumping the version to 9.2.5 avoids this (although there are other unrelated build issues with HLS plugins). I disabled HLS in #24, but we will probably see more cache misses in the future if we don't upgrade from 9.2.4.
20 bumped the haskell.nix revision. It seems that 9.2.5 will be the new supported 9.2.x compiler version. I've noticed at least one cache miss with 9.2.4:
devShells.<SYSTEM>.default
now requires rebuilding GHC itself ifshell.tools.haskell-language-server
is configured. I've confirmed that bumping the version to 9.2.5 avoids this (although there are other unrelated build issues with HLS plugins). I disabled HLS in #24, but we will probably see more cache misses in the future if we don't upgrade from 9.2.4.