From 5def2b947f6e076a644a361b58d55ae29ac2da30 Mon Sep 17 00:00:00 2001 From: kwxm Date: Thu, 25 Feb 2021 18:19:26 +0000 Subject: [PATCH] Revert deletion in haskell.nix --- nix/pkgs/haskell/haskell.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/nix/pkgs/haskell/haskell.nix b/nix/pkgs/haskell/haskell.nix index 29c59e360d9..c8ee5291588 100644 --- a/nix/pkgs/haskell/haskell.nix +++ b/nix/pkgs/haskell/haskell.nix @@ -92,12 +92,11 @@ let platforms = lib.platforms.linux; }; - # Temporarily removed due to CI problems - # plutus-core.components.benchmarks.plutus-core-create-cost-model = { - # build-tools = r-packages; - # # Seems to be broken on darwin for some reason - # platforms = lib.platforms.linux; - # }; + plutus-core.components.benchmarks.plutus-core-create-cost-model = { + build-tools = r-packages; + # Seems to be broken on darwin for some reason + platforms = lib.platforms.linux; + }; marlowe-actus.components.exes.marlowe-shiny = { build-tools = r-packages;