mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-01-30 22:57:58 +00:00
wrapper-manager-fds/flake: add packages containing HTML and manpage options references
This commit is contained in:
parent
dd8a7fe672
commit
d3617d6558
@ -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;
|
||||
}));
|
||||
|
Loading…
Reference in New Issue
Block a user