about summary refs log tree commit diff
path: root/tools/bin/__dispatch.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-15 chore(nix): Move files around to conform to new read-tree layoutVincent Ambo1-3/+3
Broadly speaking, the following things are included: * there is now a uniform `args` struct that is passed to all derivations, package headers have been changed appropriately * overrides are now loaded from a separate `override` folder just using read-tree.nix * third-party packages have moved into the `third_party` attribute set
2019-09-03 feat(tools): Introduce pass-compatible wrapper using Cloud KMSVincent Ambo1-0/+3
Adds a shell script that supports a subset of the 'pass' interface for compatibility with kontemplate, and wraps kontemplate in a script that places this version on the PATH. This makes it possible to use Cloud KMS encrypted secrets with kontemplate.
2019-09-02 r/74 chore(third_party): Remove git-appraiseVincent Ambo1-3/+0
Not actually in use here ...
2019-09-02 feat(tools): Add stern, a k8s log watcherVincent Ambo1-0/+3
2019-08-25 r/61 chore(tools): Remove ormolu from toolsVincent Ambo1-3/+0
The Ormolu derivation is too large to be instantiated on-demand. I've resorted to installing this tool into my profile instead.
2019-08-20 r/45 feat(tools): Introduce ormolu for formatting Haskell codeVincent Ambo1-3/+3
2019-08-19 r/41 feat(tools): Add a horrifying tool to write blog posts into DNSVincent Ambo1-0/+3
2019-08-16 r/34 feat(tools): Add kontemplateVincent Ambo1-0/+3
2019-08-15 r/33 feat(tools): Add Terraform 0.12 to local toolsVincent Ambo1-0/+3
This is pre-configured with the GCP provider.
2019-08-15 r/32 chore(tools): Remove bazel & ghcVincent Ambo1-6/+0
2019-07-04 r/22 feat(tools): Add custom GHC with dependencies to envVincent Ambo1-0/+3
2019-07-04 r/13 fix(tools): Ensure dispatch script passes arguments correctlyVincent Ambo1-15/+15
2019-07-02 r/12 feat(tools): Add dispatcher script to transparently access toolsVincent Ambo1-0/+31
Initial version of tool provider via Nix. This requires two separate steps for adding a new tool: 1. New symlink in tools/bin to point at the dispatch script. 2. Mapping of tool to Nix package set attribute in dispatch script.