Skip to content

Commit 6bc9d71

Browse files
committed
attempt to fix nix build on Mac
1 parent 1d82ded commit 6bc9d71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
Cabal-syntax = super.Cabal-syntax_3_10_1_0;
3535

3636
ghcide = pkgs.haskell.lib.dontCheck (self.callHackage "ghcide" "1.9.0.0" {});
37+
38+
streamly = self.callHackage "streamly" "0.9.0" {};
39+
streamly_0_9_0 = self.callHackage "streamly" "0.9.0" {};
3740
};
3841
devShell = {
3942
hlsCheck.enable = false;

0 commit comments

Comments
 (0)