dnst: track unstable releases with nix-update

This commit is contained in:
Skye Soss
2026-07-02 09:51:52 -05:00
parent 9446108554
commit c62dda778f
+3 -1
View File
@@ -39,7 +39,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
installManPage doc/manual/build/man/*.1
'';
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version=unstable" ];
};
meta = {
description = "Toolset to assist DNS operators with zone and nameserver maintenance";