Unverified Commit 3b1824f7 authored by Acid Bong's avatar Acid Bong
Browse files

wlgreet: add update script

parent b61108a7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";