Skip to content

Commit 99af23c

Browse files
committed
build(nix): Force update-git-rev utility to use GHC 9.6
1 parent d421945 commit 99af23c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"libpq" = [ "libpq" ];
5151
};
5252
};
53+
54+
haskellBuildUtils = prev.haskellBuildUtils.override {
55+
compiler-nix-name = "ghc96";
56+
index-state = "2025-06-19T03:58:53Z";
57+
};
5358
})
5459

5560
(final: prev: {

0 commit comments

Comments
 (0)