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