Commit 9549d9bf authored by nicoo's avatar nicoo
Browse files

alacritty-theme: use `unstableGitUpdater` as `updateScript`

parent 06eef1a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, nix-update-script
, unstableGitUpdater
, stdenvNoCC
, ... }:

@@ -26,8 +26,8 @@ stdenvNoCC.mkDerivation (self: {
    runHook postInstall
  '';

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
  passthru.updateScript = unstableGitUpdater {
    hardcodeZeroVersion = true;
  };

  meta = with lib; {