diff options
author | sterni <sternenseemann@systemli.org> | 2024-04-18T13·18+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-04-28T15·20+0000 |
commit | eace431e533c5df0da3cf23fd8ca3ca0d4c5c5c4 (patch) | |
tree | a18597468106d1ac8ccb2ea262e1442819c353b6 /tools | |
parent | 545eb0535702d2c8a66ff357972677a8765ade46 (diff) |
feat(tools/depot-deps): include josh-filter r/8024
This is occasionally useful for testing //views or preparing new subtrees or subtree updates. Change-Id: I6841e5c3d105406fb960b59e16019f8444da238b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11458 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depot-deps.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depot-deps.nix b/tools/depot-deps.nix index 480b8c2f7c34..c2f1cd302ce8 100644 --- a/tools/depot-deps.nix +++ b/tools/depot-deps.nix @@ -11,6 +11,7 @@ depot.nix.lazy-deps { gerrit-update.attr = "tools.gerrit-update"; gerrit.attr = "tools.gerrit-cli"; hash-password.attr = "tools.hash-password"; + josh-filter.attr = "third_party.nixpkgs.josh"; mg.attr = "tools.magrathea"; nint.attr = "nix.nint"; niv.attr = "third_party.nixpkgs.niv"; |