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