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 bb651f57fc
commit 7347a865d3

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;