From 0865db8360cd1b133697176bc2d1167029c181a2 Mon Sep 17 00:00:00 2001 From: Michael Peyton Jones Date: Fri, 7 Dec 2018 16:44:24 +0000 Subject: [PATCH] Maybe this will make it build on darwin? --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index b972bc41ac9..1c38ee95bab 100644 --- a/release.nix +++ b/release.nix @@ -48,6 +48,6 @@ in pkgs.lib.fix (jobsets: mapped // { in [ (builtins.concatLists (map lib.attrValues (all jobsets.all-plutus-tests))) - ] ++ (builtins.attrValues jobsets.tests) ++ (builtins.attrValues jobsets.docs) ++ [jobsets.plutus-playground-client]; + ] ++ (builtins.attrValues jobsets.tests) ++ (builtins.attrValues jobsets.docs) ++ (all [jobsets.plutus-playground-client]); }); })