Unverified Commit 6ade66ee authored by Winston R. Milling's avatar Winston R. Milling Committed by GitHub
Browse files

legcord: add updateScript

parent 65d98a73
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, makeWrapper
, copyDesktopItems
, makeDesktopItem
, nix-update-script
}:
stdenv.mkDerivation rec {
  pname = "legcord";
@@ -72,6 +73,8 @@ stdenv.mkDerivation rec {
    })
  ];

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

  meta = with lib; {
    description = "Lightweight, alternative desktop client for Discord";
    homepage = "https://legcord.app";