wrapper-manager-fds: change packages to devPackages

Just to make it more explicit that it is not intended for users.
This commit is contained in:
Gabriel Arazas 2024-09-22 15:41:22 +08:00
parent 7782ed0965
commit 4a47501695
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -55,7 +55,7 @@
website = import ./docs/website/shell.nix { inherit pkgs; };
};
packages = {
devPackages = {
manpage-reference = docs.outputs.manpage;
html-reference = docs.outputs.html;
website = docs.website;