wrapper-manager-fds/flake: add packages containing HTML and manpage options references

This commit is contained in:
Gabriel Arazas 2024-07-31 16:49:43 +08:00
parent 97f05967e6
commit 9626b2c952
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -39,7 +39,11 @@
website = import ./docs/website/shell.nix { inherit pkgs; }; website = import ./docs/website/shell.nix { inherit pkgs; };
}; };
packages.website = docs.website; packages = {
manpage-reference = docs.outputs.manpage;
html-reference = docs.outputs.html;
website = docs.website;
};
checks.wrapperManagerLibrarySetPkg = tests.libTestPkg; checks.wrapperManagerLibrarySetPkg = tests.libTestPkg;
})); }));