Skip to content

Commit 4f50ef4

Browse files
authored
Merge pull request #327435 from getchoo/pkgs/vesktop/updateScript
vesktop: add updateScript
2 parents 0e1df73 + ccf595e commit 4f50ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ve/vesktop/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
autoPatchelfHook,
1616
pnpm_9,
1717
nodejs,
18+
nix-update-script,
1819
withTTS ? true,
1920
withMiddleClickScroll ? false,
2021
# Enables the use of vencord from nixpkgs instead of
@@ -164,6 +165,7 @@ stdenv.mkDerivation (finalAttrs: {
164165

165166
passthru = {
166167
inherit (finalAttrs) pnpmDeps;
168+
updateScript = nix-update-script { };
167169
};
168170

169171
meta = {

0 commit comments

Comments
 (0)