Loading pkgs/by-name/ea/earbuds/package.nix +0 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,6 @@ rustPlatform.buildRustPackage { # versionCheckProgramArg = [ "--version" ]; # doInstallCheck = true; passthru = { updateScript = nix-update-script { }; }; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd earbuds \ --bash <($out/bin/earbuds --generate bash) \ Loading Loading
pkgs/by-name/ea/earbuds/package.nix +0 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,6 @@ rustPlatform.buildRustPackage { # versionCheckProgramArg = [ "--version" ]; # doInstallCheck = true; passthru = { updateScript = nix-update-script { }; }; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd earbuds \ --bash <($out/bin/earbuds --generate bash) \ Loading