routedns: Add updateScript attribute

This commit is contained in:
Bert Proesmans
2025-12-28 23:11:27 +00:00
parent d13ce356b1
commit d91de197a3
+3
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule rec {
@@ -24,6 +25,8 @@ buildGoModule rec {
"-w"
];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://github.com/folbricht/routedns";
description = "DNS stub resolver, proxy and router";