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