Skip to content

Commit c1a6a00

Browse files
committed
Fix ci
1 parent e43bd9e commit c1a6a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
compilerNixNames = nixpkgsName: nixpkgs: builtins.listToAttrs (
4949
(lib.mapAttrsToList (compiler-nix-name: runTests: {
50-
name = nixpkgs.haskell-nix.resolve-compiler-name compiler-nix-name;
50+
name = nixpkgs.haskell-nix.resolve-compiler-name compiler-nix-name true;
5151
value = { inherit runTests; };
5252
}) (
5353
# GHC version to cache and whether to run the tests against them.

0 commit comments

Comments
 (0)