Skip to content

Commit 3fe3fa7

Browse files
committed
Flake: fix lowest ghc variant to 967
1 parent e074291 commit 3fe3fa7

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
@@ -191,7 +191,7 @@
191191
cabalProject.flake (
192192
lib.optionalAttrs (system == "x86_64-linux") {
193193
# on linux, build/test other supported compilers
194-
variants = lib.genAttrs ["ghc966" "ghc9121"] (compiler-nix-name: {
194+
variants = lib.genAttrs ["ghc967" "ghc9121"] (compiler-nix-name: {
195195
inherit compiler-nix-name;
196196
});
197197
}

0 commit comments

Comments
 (0)