cosmic-greeter: add updateScript

This commit is contained in:
Heitor Augusto
2025-03-18 18:59:30 -03:00
parent c9c3f370a2
commit 57786e6d36
@@ -11,6 +11,7 @@
udev,
coreutils,
xkeyboard_config,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -68,6 +69,15 @@ rustPlatform.buildRustPackage (finalAttrs: {
)
'';
passthru.updateScript = nix-update-script {
extraArgs = [
"--version"
"unstable"
"--version-regex"
"epoch-(.*)"
];
};
meta = {
homepage = "https://github.com/pop-os/cosmic-greeter";
description = "Greeter for the COSMIC Desktop Environment";