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