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

vesktop: add updateScript
This commit is contained in:
Weijia Wang
2024-07-16 13:45:31 +02:00
committed by GitHub
+2
View File
@@ -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 = {