[Nix-dev] github triggered builds
Vladimír Čunát
vcunat at gmail.com
Tue May 9 23:24:20 CEST 2017
On 05/09/2017 10:44 PM, Harmen wrote:
> Is this use-case of nix so uncommon (push-triggered builds)? Do most people go for Hydra?
To me it seems push-triggered stuff is mainly for CI, and there's e.g.
Hydra for that. You could probably implement implement push-triggered
scripts easily - CGI or something.
Often pull seems enough, especially as nix itself allows distributing
builds among multiple machines, even combining different platforms.
--Vladimir
More information about the nix-dev
mailing list