commit 56087e88a48671025a08f562829ccb292ecf8777
parent 9210e84ada033916265ddc402c832bbadfe1e219
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 21:09:58 +0200
parent 9210e84ada033916265ddc402c832bbadfe1e219
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 11 Sep 2022 21:09:58 +0200
niv: add dns.nix
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/nix/sources.json b/nix/sources.json @@ -23,6 +23,18 @@ "url": "https://github.com/LnL7/nix-darwin/archive/54a24f042f93c79f5679f133faddedec61955cf2.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "dns.nix": { + "branch": "master", + "description": "A Nix DSL for DNS zone files", + "homepage": "", + "owner": "kirelagin", + "repo": "dns.nix", + "rev": "c7b9645da9c0ddce4f9de4ef27ec01bb8108039a", + "sha256": "1b95dh15zl0qaf9fvvvvqlambm3plndpy24wwlib0sy4d0zq6y0h", + "type": "tarball", + "url": "https://github.com/kirelagin/dns.nix/archive/c7b9645da9c0ddce4f9de4ef27ec01bb8108039a.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "home-manager": { "branch": "release-22.05", "description": "Manage a user environment using Nix [maintainer=@rycee] ",