From b68f2e595fd450e9ed604209c89095a6871d051f Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@homotopic.tech>
Date: Thu, 8 Sep 2022 19:25:18 +0100
Subject: [PATCH] doJailbreak scotty

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

diff --git a/overlay.nix b/overlay.nix
index bc833e4c..72b9645d 100644
--- a/overlay.nix
+++ b/overlay.nix
@@ -265,7 +265,7 @@ final: prev: with pkgs.haskell.lib; {
 
   retry = dontCheck (prev.callHackage "retry" "0.9.3.0" { });
 
-  scotty = prev.callHackage "scotty" "0.12" { };
+  scotty = doJailbreak (prev.callHackage "scotty" "0.12" { });
 
   scientific = prev.callHackage "scientific" "0.3.7.0" { };
 
-- 
GitLab