desync: add man pages

This commit is contained in:
Artem Leshchev
2025-12-08 15:23:30 -06:00
parent ac8c98ae28
commit 18f5acbf7d
+3
View File
@@ -29,6 +29,9 @@ buildGoModule rec {
--bash <($out/bin/desync completion bash) \
--fish <($out/bin/desync completion fish) \
--zsh <($out/bin/desync completion zsh)
mkdir -p $out/share/man/man1
$out/bin/desync manpage --section 1 $out/share/man/man1
'';
meta = {