Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for buildkite
Browse files Browse the repository at this point in the history
hamishmack committed Jan 6, 2021
1 parent cd07ad4 commit 8a1310e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ let
# added here will also included without aggregation, making it easier
# to find a failing test. Keep in mind though that adding too many
# of these will slow down eval times.
linux = allJobs.R2009.ghc8102.linux.native;
darwin = allJobs.R2009.ghc8102.darwin.native;
linux = allJobs.R2009.ghc8102.linux.native or {};
darwin = allJobs.R2009.ghc8102.darwin.native or {};
};
names = x: lib.filter (n: n != "recurseForDerivations" && n != "meta")
(builtins.attrNames x);

0 comments on commit 8a1310e

Please sign in to comment.