Loading pkgs/by-name/wa/watchexec/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ rustPlatform, fetchFromGitHub, installShellFiles, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -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/"; Loading Loading
pkgs/by-name/wa/watchexec/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ rustPlatform, fetchFromGitHub, installShellFiles, nix-update-script, }: rustPlatform.buildRustPackage (finalAttrs: { Loading Loading @@ -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/"; Loading