feat: add packages to checks

This commit is contained in:
matt1432 2024-11-21 23:33:37 -05:00
parent c7e4d1d3e9
commit 303122dfc8
5 changed files with 28 additions and 3 deletions
packages/trash-d

View file

@ -36,4 +36,13 @@ in
ronn --roff --pipe MANUAL.md > $out/man/man1/trash.1
'';
meta = {
mainProgram = "trash";
platforms = [
"x86_64-linux"
"i686-linux"
"x86_64-darwin"
];
};
}