Commit 822f3a88 authored by Yiyu Zhou's avatar Yiyu Zhou
Browse files

eget: remove unrelated binaries

parent 1321f1b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
  '';