mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager-fds/flake: add packages containing HTML and manpage options references
This commit is contained in:
parent
97f05967e6
commit
9626b2c952
@ -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