We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43bd9e commit c1a6a00Copy full SHA for c1a6a00
ci.nix
@@ -47,7 +47,7 @@
47
48
compilerNixNames = nixpkgsName: nixpkgs: builtins.listToAttrs (
49
(lib.mapAttrsToList (compiler-nix-name: runTests: {
50
- name = nixpkgs.haskell-nix.resolve-compiler-name compiler-nix-name;
+ name = nixpkgs.haskell-nix.resolve-compiler-name compiler-nix-name true;
51
value = { inherit runTests; };
52
}) (
53
# GHC version to cache and whether to run the tests against them.
0 commit comments