Commit 7ebc04c0 authored by figsoda's avatar figsoda
Browse files

mdwatch: move updateScript to passthru

parent 36b8c67c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  cargoHash = "sha256-5HIc0h042gP4mGr4Yp6ej0fkwNW2SDEzlwITgLF2/7I=";

  updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script { };

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];