Loading pkgs/by-name/wa/watchexec/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/wa/watchexec/package.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading