Skip to content

Commit 1d79db0

Browse files
committed
Use nixpkgs 25.05 for older llvm versions
1 parent b870359 commit 1d79db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
nixpkgs.lib.optionalAttrs (builtins.elem nixpkgsName ["R2411" "R2505"]) {
6868
ghc96 = false;
6969
ghc98 = false;
70+
ghc98llvm = false;
7071
ghc910 = false;
72+
ghc910llvm = false;
7173
ghc912 = false;
7274
} // nixpkgs.lib.optionalAttrs (nixpkgsName == "unstable") {
7375
ghc96 = true;
7476
ghc98 = true;
75-
ghc98llvm = false;
7677
ghc910 = true;
77-
ghc910llvm = false;
7878
ghc912 = true;
7979
ghc912llvm = true;
8080
ghc913 = true;

0 commit comments

Comments
 (0)