Re: [Nix-dev] Haskell NG

2014-12-30 Thread Peter Simons
Hi Charles, How much work remains before we can flip the switch? the 'haskell-ng' branch in [1] is pretty stable by now. According to [2], we can build approximately 50% of Hackage. There's more work to be done in cabal2nix, improving the generated package list to get that percentage up some

[Nix-dev] openjdk currency date patch

2014-12-30 Thread Karn Kallio
The openjdk expression does not build right now because one of the currency definitions has just passed the limit of 10 years of validity. The attached patch extends the limit to 20 years to restore the build. From de684458bfeedfa3204ae6e89a972344e8bec2ad Mon Sep 17 00:00:00 2001 From: Karn

Re: [Nix-dev] openjdk currency date patch

2014-12-30 Thread Domen Kožar
Applied, thanks. On Tue, Dec 30, 2014 at 4:39 PM, Karn Kallio tierplusplusli...@skami.org wrote: The openjdk expression does not build right now because one of the currency definitions has just passed the limit of 10 years of validity. The attached patch extends the limit to 20 years to

[Nix-dev] Change in networking with 15.05?

2014-12-30 Thread Thomas Bereknyei
Upgrading from 14.02pre5678.gfedcba to the nixos-unstable ( http://nixos.org/releases/nixos/unstable/nixos-15.05pre54730.cbe467e/) seems to removes the non-loopback network interfaces. The following configuration worked well with 14.02 as well as 14.* unstable releases. networking = {

Re: [Nix-dev] nixops elastic ip

2014-12-30 Thread Ben Doyle
On Tue, Dec 30, 2014 at 12:18 AM, stewart mackenzie setor...@gmail.com wrote: Ie is there a way to make Nixops control Amazon's Elastic IP to automatically allocate and assign an IP address? Yes. Here's a minimal nix expression that provisions and assigns an Elastic IP: let region =

[Nix-dev] Nix as an Erlang Package Manager

2014-12-30 Thread Eric des Courtis
It seems many people on the Erlang mailing list have been contemplating using Nix as the official Erlang package manager. I think it's an interesting idea worth exploring. Could someone from the Nix team jump in and take a look? Perhaps make some suggestions?

[Nix-dev] Fwd: Nix as an Erlang Package Manager

2014-12-30 Thread Anderson Torres
-- Forwarded message -- From: Anderson Torres torres.anderson...@gmail.com Date: 2014-12-31 1:03 GMT-02:00 Subject: Re: [Nix-dev] Nix as an Erlang Package Manager To: Eric des Courtis eric.des.cour...@gmail.com Unhappily I am not an Erlang programmer, but the idea is interesting.

Re: [Nix-dev] nixops elastic ip

2014-12-30 Thread stewart mackenzie
Brilliant ta! I have a question about the code. What is the name-of-ip also isn't it resources.elastic-ip and not resources.elasticIP On Wed, Dec 31, 2014 at 1:07 AM, Ben Doyle ben.do...@skedge.me wrote: Yes. Here's a minimal nix expression that provisions and assigns an Elastic IP:

[Nix-dev] Erlang Package Manager

2014-12-30 Thread Anderson Torres
Hello! I am Anderson Torres. I'm a wannabe computer scientist, and a regular NixOS user. Recently at nix-dev mailing list [N1], Eric announced that the developers of Erlang were discussing the need of a package manager. I read the message of Joe Armstrong about using Nix. I think using Nix is

Re: [Nix-dev] Erlang Package Manager

2014-12-30 Thread stewart mackenzie
Dear all, I am an Erlang programmer and I use NixOS almost exclusively. Here is a nix project that compiles and deploys MongooseIM https://github.com/headcounter/deployment You can visit www.headcounter.org/hydra to see the CI. Particularly this build: https://headcounter.org/hydra/eval/14531

Re: [Nix-dev] Haskell NG

2014-12-30 Thread Charles Strahan
Wow, very exciting! Hopefully we can get GHCJS ready as a first-class citizen by then. Cheers! -Charles On Tue, Dec 30, 2014 at 4:58 AM, Peter Simons sim...@cryp.to wrote: Hi Charles, How much work remains before we can flip the switch? the 'haskell-ng' branch in [1] is pretty stable by