regreet: add update script

This commit is contained in:
Acid Bong
2025-08-02 21:16:55 +03:00
parent e487dee12f
commit 3f53712e6e
+3
View File
@@ -8,6 +8,7 @@
gtk4,
pango,
librsvg,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -36,6 +37,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
librsvg
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Clean and customizable greeter for greetd";
homepage = "https://github.com/rharish101/ReGreet";