cosmic-icons: add unstableGitUpdater

This commit is contained in:
a-kenji 2023-11-29 00:13:35 +01:00
parent 8cfef6986a
commit 84685518f8

View File

@ -4,6 +4,7 @@
, just
, pop-icon-theme
, hicolor-icon-theme
, unstableGitUpdater
}:
stdenvNoCC.mkDerivation rec {
pname = "cosmic-icons";
@ -31,6 +32,8 @@ stdenvNoCC.mkDerivation rec {
dontDropIconThemeCache = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "System76 Cosmic icon theme for Linux";
homepage = "https://github.com/pop-os/cosmic-icons";