vesktop: add updateScript

This commit is contained in:
seth
2024-07-15 13:38:18 -04:00
parent c796e4e5ac
commit ccf595eed3
+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 = {