feat(dnsconfig.js): add OpenPGP key discovery and Reactive Resume CNAME

feat(flake.nix): remove dnscontrol version override to use latest

feat(types-dnscontrol.d.ts): update to DNSControl 4.45.0 with improved type definitions
This commit is contained in:
Ari committed 2026-08-12 21:36:50 -04:00
1 parent b7d8cdcc15
commit 8234d133fd
4 files changed
+17 -22

No files matched your search

+1 -10
View File
@@ -11,16 +11,7 @@
in {
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
(dnscontrol.overrideAttrs (oldAttrs: {
version = "4.38.0";
src = fetchFromGitHub {
owner = "DNSControl";
repo = "dnscontrol";
rev = "v${oldAttrs.version}";
sha256 = "sha256-lM+9xuNB88csciIC5eu2oRl0IBqZE7CCPCxf8BEZSz0=";
};
vendorHash = "sha256-pzdOW+L/w74ANaCKXWQviBMDlSTOfebAVE7Cdd+lZLo=";
}))
dnscontrol
(git-crypt.overrideAttrs (oldAttrs: { src = fetchFromGitHub {
owner = "narrowin";
repo = "git-crypt";