lol

earbuds: disable updateScript (#374592)

authored by

Nick Cao and committed by
GitHub
997dcad8 0d199cbf

-4
-4
pkgs/by-name/ea/earbuds/package.nix
··· 54 54 # versionCheckProgramArg = [ "--version" ]; 55 55 # doInstallCheck = true; 56 56 57 - passthru = { 58 - updateScript = nix-update-script { }; 59 - }; 60 - 61 57 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 62 58 installShellCompletion --cmd earbuds \ 63 59 --bash <($out/bin/earbuds --generate bash) \