We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca2ced commit 9c9e662Copy full SHA for 9c9e662
pkgs/by-name/ea/earbuds/package.nix
@@ -54,10 +54,6 @@ rustPlatform.buildRustPackage {
54
# versionCheckProgramArg = [ "--version" ];
55
# doInstallCheck = true;
56
57
- passthru = {
58
- updateScript = nix-update-script { };
59
- };
60
-
61
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
62
installShellCompletion --cmd earbuds \
63
--bash <($out/bin/earbuds --generate bash) \
0 commit comments