nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
+12
-12
@@ -316,16 +316,16 @@ in
|
||||
buildToolbox
|
||||
{
|
||||
name = "postgrest-dev";
|
||||
tools = [
|
||||
check
|
||||
dumpMinimalImports
|
||||
gitHooks
|
||||
hsieGraphModules
|
||||
hsieGraphSymbols
|
||||
hsieMinimalImports
|
||||
parallelCurl
|
||||
pushCachix
|
||||
watch
|
||||
];
|
||||
extra = { inherit pushCachix; };
|
||||
tools = {
|
||||
inherit
|
||||
check
|
||||
dumpMinimalImports
|
||||
gitHooks
|
||||
hsieGraphModules
|
||||
hsieGraphSymbols
|
||||
hsieMinimalImports
|
||||
parallelCurl
|
||||
pushCachix
|
||||
watch;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user