equicord: add passthru.updateScript

This commit is contained in:
NotAShelf
2024-12-20 13:33:30 +03:00
parent 7cd8111802
commit 930c4ea2d7
+3
View File
@@ -5,6 +5,7 @@
nodejs,
pnpm_9,
stdenv,
nix-update-script,
buildWebExtension ? false,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -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";