greetd: add update script
This commit is contained in:
parent
78e7bb6ad5
commit
b4704ef13e
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user