zinit: add installation of doc files (#278384)

This commit is contained in:
Aleksana
2024-09-08 16:35:45 +08:00
committed by GitHub

View File

@@ -32,6 +32,9 @@ stdenvNoCC.mkDerivation rec {
# find zmodules/ -type f -exec install -m 744 "{}" "$outdir/{}" \;
'';
postInstall = ''
installManPage doc/zinit.1
'';
#TODO:doc output
meta = with lib; {