From 468f5114c32c9eebba57ae229f0cf7d146b2e8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Fri, 12 May 2023 16:32:15 +0200 Subject: [PATCH] Jailbreak brick --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9c153dda..cdbc0e02 100644 --- a/flake.nix +++ b/flake.nix @@ -81,6 +81,7 @@ # See https://github.com/bos/vector-binary-instances/issues/27, GHC 9.6 working but not yet in version bounds vector-binary-instances = doJailbreak super.vector-binary-instances; vty = super.vty_5_38; # Might have to remove this after the next nixpkgs bump + brick = doJailbreak super.brick_1_7; hspec = super.hspec_2_11_7; }; };