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 20:21:23 +00:00
co-authored by éclairevoyant
parent 06eef1a978
commit 9549d9bf6c
+3 -3
View File
@@ -1,6 +1,6 @@
{ 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; {