Loading pkgs/by-name/ya/yara-x/package.nix +2 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , cmake Loading @@ -22,7 +23,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ cmake installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd yr \ --bash <($out/bin/yr completion bash) \ --fish <($out/bin/yr completion fish) \ Loading Loading
pkgs/by-name/ya/yara-x/package.nix +2 −1 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , cmake Loading @@ -22,7 +23,7 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ cmake installShellFiles ]; postInstall = '' postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd yr \ --bash <($out/bin/yr completion bash) \ --fish <($out/bin/yr completion fish) \ Loading