From e7c8bba1c73ed3addda6c4d780d24df9b4cfc31f Mon Sep 17 00:00:00 2001 From: Federico Mastellone Date: Fri, 5 Aug 2022 22:52:31 +0000 Subject: [PATCH] Not used --- nix/workbench/profile.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/workbench/profile.nix b/nix/workbench/profile.nix index 9f6ae627c7e..e49c3c73011 100644 --- a/nix/workbench/profile.nix +++ b/nix/workbench/profile.nix @@ -6,7 +6,7 @@ with lib; , workbench }: pkgs.runCommand "workbench-profile-output-${profileNix.name}" - { buildInputs = with pkgs; [ jq workbench ]; + { buildInputs = []; nodeServices = __toJSON (flip mapAttrs profileNix.node-services