catppuccin-sddm-corners: add passthru.updateScript

This commit is contained in:
Austin Horstman 2024-03-26 21:21:40 -05:00
parent a521764513
commit 00c52fb204
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
{ lib { lib
, stdenvNoCC , stdenvNoCC
, fetchFromGitHub , fetchFromGitHub
, unstableGitUpdater
}: }:
stdenvNoCC.mkDerivation { stdenvNoCC.mkDerivation {
@ -26,6 +27,8 @@ stdenvNoCC.mkDerivation {
runHook postInstall runHook postInstall
''; '';
passthru.updateScript = unstableGitUpdater { };
meta = { meta = {
description = "Soothing pastel theme for SDDM based on corners theme."; description = "Soothing pastel theme for SDDM based on corners theme.";
homepage = "https://github.com/khaneliman/sddm-catppuccin-corners"; homepage = "https://github.com/khaneliman/sddm-catppuccin-corners";