From 15d50fd8c23075bfbbbbaee43a95d736f2a39757 Mon Sep 17 00:00:00 2001
From: Douglas Wilson <douglas.wilson@gmail.com>
Date: Thu, 5 May 2022 08:28:27 +0100
Subject: [PATCH] default.nix: typo in "ghc-hadrians"

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

diff --git a/default.nix b/default.nix
index 917075a..f899f3b 100644
--- a/default.nix
+++ b/default.nix
@@ -358,7 +358,7 @@ let
 
 in
   {
-    inherit nixpkgs join cabal-install ghcs ghc_hadrian;
+    inherit nixpkgs join cabal-install ghcs ghcs_hadrian;
 
     # derivations to be built by CI
     ciDrvs = attrs;
-- 
GitLab