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 dd8a7fe672
commit d3617d6558

View File

@ -39,7 +39,11 @@
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;
}));