[Nix-dev] cabal2nix: Local Darcs URLs

2015-04-20 Thread Ertugrul Söylemez
Hello fellow Haskellers, how do I specify a Darcs repository on the local filesystem when invoking haskell-ng's cabal2nix? Note: I need the Darcs variant, not the local filesystem variant, so just giving a filesystem path does not work. Greets, Ertugrul signature.asc Description: PGP

Re: [Nix-dev] How to develop with chicken and emacs

2015-04-20 Thread Ertugrul Söylemez
The way I do this is to fire up a Makefile from Emacs. The Makefile uses nix-shell to start the actual builder: nix-shell --pure --command ./Setup build This is an indirection, but it makes sure that the environment the builder sees is (fairly close to) the environment the build script

Re: [Nix-dev] Using the NixOS Hydra module leads to infinite recursion

2015-04-20 Thread Mateusz Kowalczyk
On 04/20/2015 12:24 PM, Eelco Dolstra wrote: Hi, On 19/04/15 01:20, Mateusz Kowalczyk wrote: For a while now I've been binding hydra = fetchgit… and then require = [ ${hydra}/hydra-module.nix ] later down the file and using the module options that way. This worked fine but now I get

Re: [Nix-dev] Hydra Queueing itself to Death

2015-04-20 Thread Peter Simons
Jascha Geerds writes: We have now 141.000. Does someone work on this issue? Aren't those mostly Darwin builds? Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Using the NixOS Hydra module leads to infinite recursion

2015-04-20 Thread Eelco Dolstra
Hi, On 19/04/15 01:20, Mateusz Kowalczyk wrote: For a while now I've been binding hydra = fetchgit… and then require = [ ${hydra}/hydra-module.nix ] later down the file and using the module options that way. This worked fine but now I get infinite recursion when I try it. Does anyone know

Re: [Nix-dev] Using the NixOS Hydra module leads to infinite recursion

2015-04-20 Thread Moritz Ulrich
I can't tell you why, but using a local git clone of hydra and doing hydra = /home/.../hydra.git/ works for me. I'd rather like to stay with the fetchgit-approach, so maybe someone who knows more than me can chime in. (Sorry you get this twice, Mateusz, I failed at 'Reply All') Mateusz

Re: [Nix-dev] Hydra Queueing itself to Death

2015-04-20 Thread Jascha Geerds
On Mon, Apr 20, 2015, at 11:02, Moritz Ulrich wrote: There are now over 20 running evaluations with around 7000 unbuilt packages each in trunk-combined *alone*. The queue has grown to over 124.000. We have now 141.000. Does someone work on this issue? -- Jascha Geerds j...@ekby.de