Skip to content

Commit

Permalink
Merge pull request #624 from ratson/nix-package-meta
Browse files Browse the repository at this point in the history
chore(nix): add package meta
  • Loading branch information
Aylur authored Nov 15, 2024
2 parents b79fffa + 5e493f1 commit 10cad17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,12 @@ in
"-X main.astalGjs=${astal-gjs}"
"-X main.gtk4LayerShell=${gtk4-layer-shell}/lib/libgtk4-layer-shell.so"
];

meta = {
homepage = "https://github.com/Aylur/ags";
description = "Scaffolding CLI tool for Astal+TypeScript projects";
license = lib.licenses.gpl3Plus;
mainProgram = "ags";
platforms = lib.platforms.linux;
};
}

0 comments on commit 10cad17

Please sign in to comment.