eget: remove unrelated binaries

This commit is contained in:
Yiyu Zhou
2025-10-20 21:47:21 -07:00
parent 1321f1b2c4
commit 822f3a88ff
+1
View File
@@ -34,6 +34,7 @@ buildGoModule rec {
];
postInstall = ''
rm $out/bin/{test,tools}
pandoc man/eget.md -s -t man -o eget.1
installManPage eget.1
'';