earbuds: disable updateScript (#374592)

This commit is contained in:
Nick Cao
2025-01-19 11:06:06 -05:00
committed by GitHub
-4
View File
@@ -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) \