<rycee>
So I set up my nur a little while ago. I started from the template but the non-broken.nix didn't quite work for me. Mainly because it doesn't honor `recurseForDerivations` and it doesn't necessarily build all outputs. I also wanted to skip cachixing packages with `preferLocalBuild`. So I came up with this instead: https://gitlab.com/rycee/nur-expressions/blob/master/ci.nix
<rycee>
Perhaps it would be of interest to have this functionality in nur-packages-template?