summary refs log tree commit diff
path: root/nixos/modules/services/misc/matrix-appservice-irc.nix
Commit message (Collapse)AuthorAge
* nixos/documentation: split options doc buildpennae2022-01-02
| | | | | | | | | | | | | | | | most modules can be evaluated for their documentation in a very restricted environment that doesn't include all of nixpkgs. this evaluation can then be cached and reused for subsequent builds, merging only documentation that has changed into the cached set. since nixos ships with a large number of modules of which only a few are used in any given config this can save evaluation a huge percentage of nixos options available in any given config. in tests of this caching, despite having to copy most of nixos/, saves about 80% of the time needed to build the system manual, or about two second on the machine used for testing. build time for a full system config shrank from 9.4s to 7.4s, while turning documentation off entirely shortened the build to 7.1s.
* treewide: runCommandNoCC -> runCommandRobert Hensing2021-08-15
| | | | This has been synonymous for ~5y.
* modules.matrix-appservice-irc: allow connecting to unix socketsJoe Hermaszewski2021-04-20
| | | | | In order to connect to postgres sockets. This took a while to track down :/
* nixos/matrix-appservice-irc: initJamie McClymont2021-04-01
Co-authored-by: Brian McKenna <brian@brianmckenna.org> Co-authored-by: piegames <git@piegames.de>