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 7a28669 commit 0a503a5Copy full SHA for 0a503a5
release.nix
@@ -21,8 +21,8 @@ let
21
# added here will also included without aggregation, making it easier
22
# to find a failing test. Keep in mind though that adding too many
23
# of these will slow down eval times.
24
- x86_64-linux = allJobs.R2111.ghc8107.x86_64-linux.native or {};
25
- x86_64-darwin = allJobs.R2111.ghc8107.x86_64-darwin.native or {};
+ x86_64-linux = allJobs.unstable.ghc8107.x86_64-linux.native or {};
+ x86_64-darwin = allJobs.unstable.ghc8107.x86_64-darwin.native or {};
26
};
27
names = x: lib.filter (n: n != "recurseForDerivations" && n != "meta")
28
(builtins.attrNames x);
0 commit comments