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

regreet: add update script

parent e487dee1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  gtk4,
  pango,
  librsvg,
  nix-update-script,
}:

rustPlatform.buildRustPackage (finalAttrs: {
@@ -36,6 +37,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    librsvg
  ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "Clean and customizable greeter for greetd";
    homepage = "https://github.com/rharish101/ReGreet";