wlgreet: add update script

This commit is contained in:
Acid Bong
2025-08-02 21:16:56 +03:00
parent b61108a776
commit 3b1824f703
+3
View File
@@ -6,6 +6,7 @@
gcc-unwrapped,
wayland,
libxkbcommon,
nix-update-script,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -30,6 +31,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
libxkbcommon
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Raw wayland greeter for greetd, to be run under sway or similar";
mainProgram = "wlgreet";