nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
@@ -181,5 +181,5 @@ let
|
||||
in
|
||||
buildToolbox {
|
||||
name = "postgrest-loadtest";
|
||||
tools = [ loadtest loadtestAgainst report ];
|
||||
tools = { inherit loadtest loadtestAgainst report; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user