watchexec: add passthru.updateScript

This commit is contained in:
Sizhe Zhao
2025-05-18 20:39:04 +08:00
parent 9a5165bf54
commit cbf54c37a3

View File

@@ -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/";