Skip to content

Commit

Permalink
workbench: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed May 10, 2022
1 parent 7319ac0 commit 1d3d3a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions nix/workbench/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let
[ git graphviz
jq
moreutils
procps

cardano-cli
cardano-topology
Expand Down
2 changes: 1 addition & 1 deletion nix/workbench/wb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ start()
profile_name=${profile_name:-$(jq '.name' -r $profile/profile.json)}

progress "top-level" "iterations of profile $(with_color 'yellow' $profile_name): $(with_color 'white' $iterations)"
for ((i=0; i<=$iterations; i++))
for ((i=0; i<$iterations; i++))
do local args=(
${run_allocate_args[@]}
--manifest "$(manifest collect-from-checkout .)"
Expand Down
2 changes: 0 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ let
| ${figlet}/bin/figlet -f banner -c \
| ${lolcat}/bin/lolcat
wb explain-mode
${with customConfig.localCluster;
(import ./nix/workbench/shell.nix { inherit lib workbenchDevMode; useCabalRun = false; }).shellHook}
Expand Down

0 comments on commit 1d3d3a1

Please sign in to comment.