Unverified Commit cbf54c37 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

watchexec: add passthru.updateScript

parent 9a5165bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  rustPlatform,
  fetchFromGitHub,
  installShellFiles,
  nix-update-script,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -41,6 +42,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
      --zsh completions/zsh
  '';

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

  meta = {
    description = "Executes commands in response to file modifications";
    homepage = "https://watchexec.github.io/";