greetd: add update script

This commit is contained in:
Acid Bong
2025-08-02 21:16:55 +03:00
parent 78e7bb6ad5
commit b4704ef13e
+2
View File
@@ -5,6 +5,7 @@
pam,
scdoc,
installShellFiles,
nix-update-script,
# legacy passthrus
gtkgreet,
qtgreet,
@@ -59,6 +60,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
}
// {
greetd = warnPassthru "greetd" finalAttrs.finalPackage;
updateScript = nix-update-script { };
};
meta = {