kitty-themes: add passthru update script
This commit is contained in:
parent
ca1b61cac8
commit
9509a3b68c
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenvNoCC
|
, stdenvNoCC
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, unstableGitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
@ -26,6 +27,10 @@ stdenvNoCC.mkDerivation {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater {
|
||||||
|
hardcodeZeroVersion = true;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/kovidgoyal/kitty-themes";
|
homepage = "https://github.com/kovidgoyal/kitty-themes";
|
||||||
description = "Themes for the kitty terminal emulator";
|
description = "Themes for the kitty terminal emulator";
|
||||||
|
Loading…
Reference in New Issue
Block a user