diff options
author | Ben Sima <ben@bsima.me> | 2019-11-08 22:35:48 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-11 21:27:32 -0800 |
commit | 17ff566f935e8ae9e8f5aa783c05f90205dda745 (patch) | |
tree | c38b66fa2a3584b496eb60acef9a11744c6067df /Com | |
parent | 4b38f182472b7d25c88d28f2c85a1510976cf1d0 (diff) |
ensure all documentation is included in my dev machine
Diffstat (limited to 'Com')
-rw-r--r-- | Com/Simatime/dev/configuration.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Com/Simatime/dev/configuration.nix b/Com/Simatime/dev/configuration.nix index ec3a5a4..97cba80 100644 --- a/Com/Simatime/dev/configuration.nix +++ b/Com/Simatime/dev/configuration.nix @@ -181,6 +181,15 @@ }; }; + documentation = { + enable = true; + dev.enable = true; + doc.enable = true; + info.enable = true; + man.enable = true; + nixos.enable = true; + }; + # Since this is the dev machine, we can turn these on at the expense of extra # disk space. nix.extraOptions = '' |