global(dist-build): add ca drvs to features

Changed files
+4 -3
docs
src
tips
global
programs
+3 -3
docs/src/tips/hydra.md
···
## Config options
+
see <https://patchy.soopy.moe/soopyc/nix-missing-doc/src/branch/main/src/hydra-config.md>
+
## Remote builds
-
Remote building is very flaky at the moment. We did not get that to work properly unfortunately.
-
For a list of commits we have done to try and fix stuff, see `316fbcaabc3aaecec54e6872595de0789400169e...c66a3ce05ea022bae013eba77a0334bb62523a4c` on the repo.
+
Remote building works.
-
Remote builds are still broken at the moment and we still have no idea why.
+1
global/programs/nix/dist-builds.nix
···
}: let
baselineFeatures = [
"big-parallel"
+
"ca-derivations"
];
mkBuildMachines = attr: let