Re: [Nix-dev] github triggered builds

2017-05-12 Thread Harmen
On Tue, May 09, 2017 at 10:44:53PM +0200, Harmen wrote: > On Tue, May 09, 2017 at 01:08:08PM +0200, Maarten Hoogendoorn wrote: > > Unfortunately this does not really help with sharing derivations that have > > been built before. > > Thanks for all the replies. Seems like I didn't miss anything

Re: [Nix-dev] github triggered builds

2017-05-10 Thread Domen Kožar
There is also https://github.com/mayflower/nixbot On Wed, May 10, 2017 at 11:27 AM, Maarten Hoogendoorn wrote: > I'm interested in this area as well. > > Graham wrote some tooling to enable hydra to build PR's ( > https://github.com/grahamc/hydra-prs/). Combined with a

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Vladimír Čunát
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

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Harmen
On Tue, May 09, 2017 at 01:08:08PM +0200, Maarten Hoogendoorn wrote: > Unfortunately this does not really help with sharing derivations that have > been built before. Thanks for all the replies. Seems like I didn't miss anything obvious. My current plan is to try gitlab with my own runner, which

Re: [Nix-dev] github triggered builds

2017-05-09 Thread Maarten Hoogendoorn
Unfortunately this does not really help with sharing derivations that have been built before. 2017-05-09 10:02 GMT+02:00 zimbatm : > Travis CI also has support for nix builds and might be easier to setup. > > On Mon, 8 May 2017, 18:17 Tomasz Czyż,

Re: [Nix-dev] github triggered builds

2017-05-09 Thread zimbatm
Travis CI also has support for nix builds and might be easier to setup. On Mon, 8 May 2017, 18:17 Tomasz Czyż, wrote: > https://nixos.org/hydra/ > > and > > https://github.com/hercules-ci/hercules ( looks like still in heavy > development but maybe usable :)) > >

Re: [Nix-dev] github triggered builds

2017-05-08 Thread Tomasz Czyż
https://nixos.org/hydra/ and https://github.com/hercules-ci/hercules ( looks like still in heavy development but maybe usable :)) 2017-05-08 18:14 GMT+01:00 Harmen : > Hi, > > I'm trying to see how I can make my build processes easier with nix. So far > it's going pretty good

[Nix-dev] github triggered builds

2017-05-08 Thread Harmen
Hi, I'm trying to see how I can make my build processes easier with nix. So far it's going pretty good and it's fun, although there was a lot of searching online for scattered documents. Want I want to do (as the first thing to change to nix in production) is to port the building of some docker