Contribute or troubleshoot ========================== To report an issue, please go to ``_. If you have questions, feel free to reach out: * Matrix: `#nixos-mailserver:nixos.org `__ * IRC: `#nixos-mailserver `__ on `Libera Chat `__ Run NixOS tests --------------- To run the test suite, you need to enable `Nix Flakes `__. You can then run the testsuite via :: $ nix flake check -L Since Nix doesn't garantee your machine have enough resources to run all test VMs in parallel, some tests can fail. You would then haev to run tests manually. For instance: :: $ nix build .#hydraJobs.x86_64-linux.external-unstable -L Contributing to the documentation --------------------------------- The documentation is written in RST (except option documentation which is in CommonMark), built with Sphinx and published by `Read the Docs `_. For the syntax, see the `RST/Sphinx primer `_. To build the documentation, you need to enable `Nix Flakes `__. :: $ nix build .#documentation $ xdg-open result/index.html