Skip to content

Commit

Permalink
candy-icons: add passthru.updateScript (#371304)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 6, 2025
2 parents eb69d60 + db3a3f7 commit 48b49ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ca/candy-icons/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
stdenvNoCC,
fetchFromGitHub,
unstableGitUpdater,
gtk3,
}:

Expand Down Expand Up @@ -30,6 +31,8 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';

passthru.updateScript = unstableGitUpdater { };

meta = with lib; {
homepage = "https://github.com/EliverLara/candy-icons";
description = "Icon theme colored with sweet gradients";
Expand Down

0 comments on commit 48b49ca

Please sign in to comment.