Nix CI Benchmarks

16 points by rudolfs


jameshh

Using garnix at work, and it's been great. In my experience Nix comes with a lot of upfront costs, getting the Nix flake setup properly for our monorepo (and then maintaining it) can be a pain. But at least this work pays off by giving us access to fast and stable CI, for which we don't need to worry about caching at all. I've sunk more time than I'd like to admit trying to get caching working well on GitHub actions.

jkarni

If anyone has any idea what we might be missing or doing wrong with magic-nix-cache, let me know! You can see an example workflow file here.