wlgreet: add update script
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user