zinit: add installation of doc files

This commit is contained in:
Gabe Dunn 2024-01-02 17:43:39 -07:00
parent 75edae02dd
commit 4236969a5f
No known key found for this signature in database
GPG Key ID: 3CF62DDF7CE67FB9

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; {