From 527cb41c79978368fc55e03b7d389d04a92d2161 Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Sun, 4 Sep 2022 12:53:08 +0100
Subject: [PATCH] Rename export ghc942

---
 flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 50c4c433..c9142407 100644
--- a/flake.nix
+++ b/flake.nix
@@ -87,7 +87,7 @@
         checks = {
           nixpkgs-fmt = lint-utils.outputs.linters.x86_64-linux.nixpkgs-fmt ./.;
         };
-        overrides.ghc941 = overrides-hp;
+        overrides.ghc942 = overrides-hp;
         packages = hp';
       });
 }
-- 
GitLab