mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +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; };
|
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;
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user