about summary refs log tree commit diff
path: root/third_party/sources
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2024-08-19T12·02+0300
committerIlan Joselevich <personal@ilanjoselevich.com>2024-08-19T12·14+0000
commit7b1acc5c16967b72f8a3aef7b47967808329744f (patch)
treeb6f41f7e6df4d6a0f3ff3098a2053bc7d847ac84 /third_party/sources
parent9aa1c2dd197a2c93e633bddd010dc76814e784fc (diff)
feat(third_party/gitignoreSource): Get gitignore-nix from sources (niv) r/8526
It's easier to implement readTree/depot polyfills for gitignoreSource
when it's imported from third_party.sources, rather than in a file at
//third_party.gitignoreSource.

Change-Id: I1323f932bd0feeb2c50ccc76397a80e035842992
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12248
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/sources')
-rw-r--r--third_party/sources/sources.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json
index 9cd9678bed33..d99dcf1bf6d7 100644
--- a/third_party/sources/sources.json
+++ b/third_party/sources/sources.json
@@ -11,6 +11,18 @@
         "url": "https://github.com/ryantm/agenix/archive/f6291c5935fdc4e0bef208cfc0dcab7e3f7a1c41.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     },
+    "gitignore.nix": {
+        "branch": "master",
+        "description": "Nix functions for filtering local git sources",
+        "homepage": "",
+        "owner": "hercules-ci",
+        "repo": "gitignore.nix",
+        "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
+        "sha256": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w",
+        "type": "tarball",
+        "url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz",
+        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    },
     "home-manager": {
         "branch": "master",
         "description": "Manage a user environment using Nix  [maintainer=@rycee] ",