Skip to content

Commit

Permalink
equicord: add passthru.updateScript
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Dec 10, 2024
1 parent 97a25d0 commit d62c44b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/eq/equicord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
nodejs,
pnpm_9,
stdenv,
nix-update-script,
buildWebExtension ? false,
}:
stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -51,6 +52,8 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';

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

meta = {
description = "The other cutest Discord client mod";
homepage = "https://github.com/Equicord/Equicord";
Expand Down

0 comments on commit d62c44b

Please sign in to comment.