nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
@@ -42,8 +42,6 @@ in
|
||||
buildToolbox
|
||||
{
|
||||
name = "postgrest-docker";
|
||||
tools = [ load ];
|
||||
extra = {
|
||||
inherit image;
|
||||
};
|
||||
tools = { inherit load; };
|
||||
extra = { inherit image; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user