Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Shevchenko committed May 23, 2022
1 parent dd30c4a commit 12cce26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/workbench/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ let
dontStrip = true;
};

workbench = with cardanoNodePackages; with pkgs; workbench'
workbench = with cardanoNodePackages; with pkgs; workbench' (
[ git graphviz
jq
moreutils
procps

cardano-cli
cardano-topology
db-analyser
] ++ lib.optional (!pkgs.stdenv.hostPlatform.isDarwin) db-analyser ++ [
locli
];
]);

runWorkbench =
name: command:
Expand Down

0 comments on commit 12cce26

Please sign in to comment.