diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-22T21·51+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-25T15·00+0000 |
commit | 03d198631645ba3013e6e16bdf26a327cd51ccf7 (patch) | |
tree | a184cbd1287f5269068a43b76892b34b3deb5154 /third_party/sources/sources.json | |
parent | c55f61cd9b000607edd03c99c94c283fd968c4a6 (diff) |
feat(3p/agenix): update to 2022-05-16 and add to niv r/4112
The new version brings the new secretsDir setting which means we no longer have to hardcode /run/agenix everywhere. Change-Id: I4b579d7233d315a780d7671869d5d06722d769fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/5646 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'third_party/sources/sources.json')
-rw-r--r-- | third_party/sources/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index aee4518a0d5f..f5c8754c17b7 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -1,4 +1,16 @@ { + "agenix": { + "branch": "main", + "description": "age-encrypted secrets for NixOS", + "homepage": "https://matrix.to/#/#agenix:nixos.org", + "owner": "ryantm", + "repo": "agenix", + "rev": "7e5e58b98c3dcbf497543ff6f22591552ebfe65b", + "sha256": "1cfdd2ja56g8clllygf91il7dignr90ij1bl29g3kl7dl977dhl4", + "type": "tarball", + "url": "https://github.com/ryantm/agenix/archive/7e5e58b98c3dcbf497543ff6f22591552ebfe65b.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "emacs-overlay": { "branch": "master", "description": "Bleeding edge emacs overlay [maintainer=@adisbladis] ", |