From a40d083efe6c396373c248386980d2ed504bcebd Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 28 Aug 2023 23:39:52 +0200 Subject: Feat(sys/documentation): Init --- sys/documentation/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sys/documentation/default.nix (limited to 'sys/documentation') diff --git a/sys/documentation/default.nix b/sys/documentation/default.nix new file mode 100644 index 00000000..6e7f4912 --- /dev/null +++ b/sys/documentation/default.nix @@ -0,0 +1,15 @@ +{...}: { + documentation = { + nixos = { + # TODO: Enable this, when the build is no longer local (i.e. I've access to a remote build server) <2023-08-28> + includeAllModules = true; + + # I don't use this, and it has a considerable build time. + enable = false; + }; + dev = { + # Add man pages aimed at developers (I guess c library stuff, and the like) + enable = true; + }; + }; +} -- cgit 1.4.1