From e12983cc6221068b229f384929cc5d8251a0a6a7 Mon Sep 17 00:00:00 2001 From: 06kellyjac Date: Tue, 9 Feb 2021 09:54:13 +0000 Subject: just: use new installShellCompletion style --- pkgs/development/tools/just/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pkgs/development/tools/just') diff --git a/pkgs/development/tools/just/default.nix b/pkgs/development/tools/just/default.nix index e96d8f38af4ee..bbf5c5ee5032f 100644 --- a/pkgs/development/tools/just/default.nix +++ b/pkgs/development/tools/just/default.nix @@ -18,9 +18,10 @@ rustPlatform.buildRustPackage rec { postInstall = '' installManPage man/just.1 - installShellCompletion --bash --name just.bash completions/just.bash - installShellCompletion --fish --name just.fish completions/just.fish - installShellCompletion --zsh --name _just completions/just.zsh + installShellCompletion --cmd just \ + --bash completions/just.bash \ + --fish completions/just.fish \ + --zsh completions/just.zsh ''; checkInputs = [ coreutils bash ]; -- cgit 1.4.1