nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
+4
-4
@@ -174,14 +174,14 @@ in
|
||||
buildToolbox
|
||||
{
|
||||
name = "postgrest-docs";
|
||||
tools =
|
||||
[
|
||||
tools = {
|
||||
inherit
|
||||
build
|
||||
check
|
||||
dictcheck
|
||||
linkcheck
|
||||
render
|
||||
serve
|
||||
spellcheck
|
||||
];
|
||||
spellcheck;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user