mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
alacritty-theme: use unstableGitUpdater
as updateScript
Closes #306718 Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
This commit is contained in:
parent
06eef1a978
commit
9549d9bf6c
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user