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:
4 files changed
+17
-22
No files matched your search
@@ -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";
|
||||
|
||||
Reference in new issue
Block a user