Skip to content

Commit 997dcad

Browse files
authored
earbuds: disable updateScript (NixOS#374592)
2 parents 0d199cb + 9c9e662 commit 997dcad

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkgs/by-name/ea/earbuds/package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ rustPlatform.buildRustPackage {
5454
# versionCheckProgramArg = [ "--version" ];
5555
# doInstallCheck = true;
5656

57-
passthru = {
58-
updateScript = nix-update-script { };
59-
};
60-
6157
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
6258
installShellCompletion --cmd earbuds \
6359
--bash <($out/bin/earbuds --generate bash) \

0 commit comments

Comments
 (0)