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; }; };