Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit ec32977

Browse files
committed
[fix] template haskell is too new
1 parent 4abe652 commit ec32977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# needed to avoid IFD
7878
mkOpaque = x: nlib.mkOverride 100 (nlib.mkOrder 1000 x);
7979

80-
default-ghc = "ghc925";
80+
default-ghc = "ghc924";
8181

8282
inherit (flake-parts.lib) mkFlake;
8383
hci-module = hci-effects.flakeModule;

0 commit comments

Comments
 (0)