Merge pull request #15025 from ericsagnes/modules/manual

manual: automatically generate modules documentation
This commit is contained in:
Domen Kožar
2016-08-28 13:57:34 +02:00
committed by GitHub
12 changed files with 116 additions and 103 deletions
@@ -62,4 +62,9 @@ in
environment.systemPackages = [ cfg.package gtk2_cache gtk3_cache ];
};
meta = {
maintainers = with lib.maintainers; [ ericsagnes ];
doc = ./default.xml;
};
}