Skip to content

Commit

Permalink
feat(flake): add maintainers, add update script
Browse files Browse the repository at this point in the history
Signed-off-by: kaeeraa <[email protected]>
  • Loading branch information
kaeeraa committed Feb 26, 2025
1 parent 872ea76 commit 8b589e3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,19 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';

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

meta = with lib; {
mainProgram = "ayugram-desktop";

# inherit from AyuGramDesktop
maintainers = with maintainers; [ ];
maintainers = with maintainers; [
kaeeraa
s0me1newithhand7s
];
platforms = lib.platforms.linux;
description = "Desktop Telegram client with good customization and Ghost mode.";
license = licenses.gpl3Only;
Expand Down

0 comments on commit 8b589e3

Please sign in to comment.