watchexec: add passthru.updateScript
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user