Unverified Commit e8f96e89 authored by rczb's avatar rczb Committed by GitHub
Browse files

rime-latex: change updater to unstableGitUpdater

parent e37ec717
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  lib,
  fetchFromGitHub,
  stdenvNoCC,
  nix-update-script,
  unstableGitUpdater,
}:

stdenvNoCC.mkDerivation (finalAttrs: {
@@ -27,7 +27,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script { };
  passthru.updateScript = unstableGitUpdater { };

  meta = {
    description = "Typing LaTeX math symbols in RIME";