Skip to content

Commit 92c972e

Browse files
committed
Update individual jobs to nixpkgs 2105
1 parent fcc3a57 commit 92c972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let
1515
# added here will also included without aggregation, making it easier
1616
# to find a failing test. Keep in mind though that adding too many
1717
# of these will slow down eval times.
18-
linux = allJobs.R2009.ghc8105.linux.native or {};
19-
darwin = allJobs.R2009.ghc8105.darwin.native or {};
18+
linux = allJobs.R2105.ghc8105.linux.native or {};
19+
darwin = allJobs.R2105.ghc8105.darwin.native or {};
2020
};
2121
names = x: lib.filter (n: n != "recurseForDerivations" && n != "meta")
2222
(builtins.attrNames x);

0 commit comments

Comments
 (0)