From d02b5649dd4359e0464e94ccc1c515671fef6872 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Mon, 9 Dec 2024 17:15:50 +1300 Subject: [PATCH] Skip broken tests --- test/gi-gtk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gi-gtk/default.nix b/test/gi-gtk/default.nix index d407c8c34..c8ef2232a 100644 --- a/test/gi-gtk/default.nix +++ b/test/gi-gtk/default.nix @@ -31,7 +31,7 @@ in recurseIntoAttrs rec { # Cross compilation to aarch64 is also broken || stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64 # Building profiled version of Cabal for haskell-gi is currently broken for GHC head - || compiler-nix-name == "ghc91320241101"; + || compiler-nix-name == "ghc91320241204"; ifdInputs = { inherit (project) plan-nix;