Skip to content

Commit 0a503a5

Browse files
committed
Use nixpkgs-unstable for broken out jobs
1 parent 7a28669 commit 0a503a5

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
@@ -21,8 +21,8 @@ let
2121
# added here will also included without aggregation, making it easier
2222
# to find a failing test. Keep in mind though that adding too many
2323
# 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 {};
24+
x86_64-linux = allJobs.unstable.ghc8107.x86_64-linux.native or {};
25+
x86_64-darwin = allJobs.unstable.ghc8107.x86_64-darwin.native or {};
2626
};
2727
names = x: lib.filter (n: n != "recurseForDerivations" && n != "meta")
2828
(builtins.attrNames x);

0 commit comments

Comments
 (0)