In https://github.com/input-output-hk/haskell.nix/blob/03c3581d2e0c91f7c2690115b487961ad62099a6/test/external-static-plugin/default.nix we have: ``` meta.disabled = !(builtins.elem compiler-nix-name [ "ghc810420210212" ]) || haskellLib.isCrossHost; ``` We should enable this test for GHC >= 9.6 as the patch (which was backported in `ghc810420210212`) is present.