mdwatch: move updateScript to passthru

This commit is contained in:
figsoda
2026-05-04 10:30:32 -04:00
parent 36b8c67c84
commit 7ebc04c082
+1 -1
View File
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-5HIc0h042gP4mGr4Yp6ej0fkwNW2SDEzlwITgLF2/7I=";
updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { };
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];