nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
+4
-4
@@ -193,14 +193,14 @@ in
|
||||
buildToolbox
|
||||
{
|
||||
name = "postgrest-tests";
|
||||
tools =
|
||||
[
|
||||
tools = {
|
||||
inherit
|
||||
testSpec
|
||||
testDoctests
|
||||
testSpecIdempotence
|
||||
testIO
|
||||
dumpSchema
|
||||
coverage
|
||||
coverageDraftOverlay
|
||||
];
|
||||
coverageDraftOverlay;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user