NixCI is a continuous integration service for projects that use
Nix. If your repository has a
flake.nix, NixCI can run CI for it with zero configuration.
I made NixCI because I needed CI for my more than 200 repositories on GitHub without having to copy-paste YAML files that broke behind my back after every commit. This is why NixCI is zero-config.
NixCI is locally reproducible CI because I also wanted to be able to be able to fix commits without having to push and pray.
NixCI is built and maintained by CS SYD.