diff options
author | Luke Granger-Brown <git@lukegb.com> | 2021-04-06T16·46+0100 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-06T18·43+0000 |
commit | 79aa14278832be17c41ea179b92047454c511789 (patch) | |
tree | aa300237bbe5fdd7500e014326878f3abe826fe5 /third_party/nixpkgs-exposed | |
parent | 0dba3ce13340a8787a170c6693b22c040103adb2 (diff) |
feat(3p/gerrit): expose the Gerrit API in the output r/2451
Writing Gerrit plugins that don't use the in-tree build system is more convenient if the API is actually exposed in the derivation's output. Change-Id: I3408d35498ca879576d532b005e36fde8ff2ea61 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2871 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/nixpkgs-exposed')
-rw-r--r-- | third_party/nixpkgs-exposed/exposed/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nixpkgs-exposed/exposed/default.nix b/third_party/nixpkgs-exposed/exposed/default.nix index 864b6e08f54f..0191a3e545b9 100644 --- a/third_party/nixpkgs-exposed/exposed/default.nix +++ b/third_party/nixpkgs-exposed/exposed/default.nix @@ -139,6 +139,7 @@ thttpd tree tree-sitter + unzip which writers writeShellScript |