I agree. I think that I'd start with just writeTextFile (from which all the write{Shell,}{Text,Script,}{File,Dir,} can be derived), runCommand (with optional cc), concatTextFile (from which all…
As for the rest of the points:
are all the building blocks already here We do have
bash
andcoreutils
packaged and x-compiled to x86
which builders should be implemented at…
Though thinking about it. I think we have a basic builder in tidepool already, so it should probably go…
I guess it depends on whether or not we want something like nixpkgs lib or if we just want all of the pkg builders in the normal pkg set. I personally don't lean one way or the other.
only extra thing I had to define to get it to start was
services.buildbot-nix.master.workersFile
Yea I'm planning on making an option for that, just been busy all day. Probably push a change…