nix: Export all tools on each toolbox
This allows targeting each tool separately for installs.
This commit is contained in:
@@ -73,10 +73,11 @@ in
|
||||
buildToolbox
|
||||
{
|
||||
name = "postgrest-cabal";
|
||||
tools = [
|
||||
build
|
||||
clean
|
||||
run
|
||||
repl
|
||||
];
|
||||
tools = {
|
||||
inherit
|
||||
build
|
||||
clean
|
||||
run
|
||||
repl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user