diff --git a/pkgs/by-name/ea/earbuds/package.nix b/pkgs/by-name/ea/earbuds/package.nix index bbb2ff1cff11..68c5eab58fcf 100644 --- a/pkgs/by-name/ea/earbuds/package.nix +++ b/pkgs/by-name/ea/earbuds/package.nix @@ -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) \