Skip to content

Commit dfc5538

Browse files
neilmayhewaniketd
authored andcommitted
Add ghc928 as a lower bound on flake variants
1 parent 0633233 commit dfc5538

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 ["ghc9121"] (compiler-nix-name: {
194+
variants = lib.genAttrs ["ghc928" "ghc9121"] (compiler-nix-name: {
195195
inherit compiler-nix-name;
196196
});
197197
}

0 commit comments

Comments
 (0)