It's pretty simple to use a repo to aid the building of nix packages. You need:
- Two machines, let's call them
BuilderandRepo. - Each machine has nix installed. Let's say that
Repohas a nix installation owned by the usernix-repo, andBuilderhas one owned bynix-builder. nix-builderis able to SSH intoRepoasnix-repo.
Once you have this, to build a package on Builder using Repo: