Unverified Commit 997dcad8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

earbuds: disable updateScript (#374592)

parents 0d199cbf 9c9e6621
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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) \