budgie-user-indicator-redux: add updateScript

This commit is contained in:
seth 2024-07-12 19:36:36 -04:00
parent 6a8e6c209f
commit e287c7a3d2
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -10,6 +10,7 @@
libpeas,
meson,
ninja,
nix-update-script,
pkg-config,
sassc,
vala,
@ -43,6 +44,10 @@ stdenv.mkDerivation (finalAttrs: {
sassc
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Manage your user session from the Budgie panel";
homepage = "https://github.com/EbonJaeger/budgie-user-indicator-redux";