From c94247122d7610faacb524309b9b65d7672b1c6b Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 20 Sep 2023 16:57:49 -0700 Subject: [PATCH] add: agenix flake A widely used tool for secrets deployment under NixOS. --- flake-registry.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake-registry.json b/flake-registry.json index 1d02181..62b0cc2 100644 --- a/flake-registry.json +++ b/flake-registry.json @@ -398,6 +398,17 @@ "type": "github" } }, + { + "from": { + "id": "agenix", + "type": "indirect" + }, + "to": { + "owner": "ryantm", + "repo": "agenix", + "type": "github" + } + }, { "from": { "id": "sops-nix",