diff --git a/release.nix b/release.nix index fb7e887e01..1ea5a9e068 100644 --- a/release.nix +++ b/release.nix @@ -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);