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 fcc3a57 commit 92c972eCopy full SHA for 92c972e
release.nix
@@ -15,8 +15,8 @@ let
15
# added here will also included without aggregation, making it easier
16
# to find a failing test. Keep in mind though that adding too many
17
# of these will slow down eval times.
18
- linux = allJobs.R2009.ghc8105.linux.native or {};
19
- darwin = allJobs.R2009.ghc8105.darwin.native or {};
+ linux = allJobs.R2105.ghc8105.linux.native or {};
+ darwin = allJobs.R2105.ghc8105.darwin.native or {};
20
};
21
names = x: lib.filter (n: n != "recurseForDerivations" && n != "meta")
22
(builtins.attrNames x);
0 commit comments