Unverified Commit 18b14a34 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

watchexec: fix update script

parent 9bce3789
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -46,7 +46,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --zsh completions/zsh
  '';

  passthru.updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script {
    extraArgs = [
      "--version-regex"
      "^v(.+)"
    ];
  };

  meta = {
    description = "Executes commands in response to file modifications";