Unverified Commit 4f50ef43 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #327435 from getchoo/pkgs/vesktop/updateScript

vesktop: add updateScript
parents 0e1df730 ccf595ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  autoPatchelfHook,
  pnpm_9,
  nodejs,
  nix-update-script,
  withTTS ? true,
  withMiddleClickScroll ? false,
  # Enables the use of vencord from nixpkgs instead of
@@ -164,6 +165,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    inherit (finalAttrs) pnpmDeps;
    updateScript = nix-update-script { };
  };

  meta = {