greetd: add update script

This commit is contained in:
Acid Bong 2025-07-23 21:29:06 +03:00
parent 78e7bb6ad5
commit b4704ef13e
No known key found for this signature in database

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 = {