Commit 9c9e6621 authored by griffi-gh's avatar griffi-gh
Browse files

earbuds: disable updateScript

parent 3ca2ceda
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) \