alacritty-theme: use unstableGitUpdater as updateScript

Closes #306718

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
nicoo 2024-04-28 16:39:20 +00:00
parent 06eef1a978
commit 9549d9bf6c

View File

@ -1,6 +1,6 @@
{ lib { lib
, fetchFromGitHub , fetchFromGitHub
, nix-update-script , unstableGitUpdater
, stdenvNoCC , stdenvNoCC
, ... }: , ... }:
@ -26,8 +26,8 @@ stdenvNoCC.mkDerivation (self: {
runHook postInstall runHook postInstall
''; '';
passthru.updateScript = nix-update-script { passthru.updateScript = unstableGitUpdater {
extraArgs = [ "--version=branch" ]; hardcodeZeroVersion = true;
}; };
meta = with lib; { meta = with lib; {