Skip to content

Commit 8b589e3

Browse files
committed
feat(flake): add maintainers, add update script
Signed-off-by: kaeeraa <kaeeraa@nebula-nook.ru>
1 parent 872ea76 commit 8b589e3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

unwrapped.nix

+7-4
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,19 @@ stdenv.mkDerivation (finalAttrs: {
139139
runHook postInstall
140140
'';
141141

142-
passthru = {
143-
inherit tg_owt;
144-
updateScript = nix-update-script { };
142+
passthru.updateScript = gitUpdater {
143+
rev-prefix = "v";
144+
url = "https://github.com/AyuGram/AyuGramDesktop.git";
145145
};
146146

147147
meta = with lib; {
148148
mainProgram = "ayugram-desktop";
149149

150150
# inherit from AyuGramDesktop
151-
maintainers = with maintainers; [ ];
151+
maintainers = with maintainers; [
152+
kaeeraa
153+
s0me1newithhand7s
154+
];
152155
platforms = lib.platforms.linux;
153156
description = "Desktop Telegram client with good customization and Ghost mode.";
154157
license = licenses.gpl3Only;

0 commit comments

Comments
 (0)