Re: [Nix-dev] Merging x-updates

2013-09-10 Thread Vladimír Čunát
On 09/11/2013 07:50 AM, James Cook wrote: Problem solved; it was my fault. My nixos repo wasn't up to date with my nixpkgs repo. X works for me now. I'm glad for that. And it's good that people do try it on other HW, at least a bit. Merged now! Hydra seems like some evaluations have been

Re: [Nix-dev] Merging x-updates

2013-09-10 Thread James Cook
On 9 September 2013 11:19, James Cook wrote: > On 9 September 2013 02:51, Vladimír Čunát wrote: >> On 09/09/2013 03:33 AM, James Cook wrote: >>> >>> Just tried x-updates, and X won't start any more. Is anyone else >>> using the open source AMD driver? >>> >>> There's something in the X log about

Re: [Nix-dev] Nix 1.6 released

2013-09-10 Thread Vladimír Čunát
On 09/10/2013 05:55 PM, Eelco Dolstra wrote: I'm pleased to announce the availability of a new stable release of the Nix package manager. [...] This release has contributions from Domen Kožar, Eelco Dolstra, Florian Friesdorf, Gergely Risko, Ivan Kozik, Ludovic Courtès and Shea Levy. Thanks all

[Nix-dev] Nix 1.6 released

2013-09-10 Thread Eelco Dolstra
Hi, I'm pleased to announce the availability of a new stable release of the Nix package manager. Release 1.6 can be found at http://hydra.nixos.org/release/nix/nix-1.6 and http://nixos.org/releases/nix/nix-1.6/ In addition to the usual bug fixes, this release has several new features:

Re: [Nix-dev] Dealing with dbus

2013-09-10 Thread Mathijs Kwik
Sergey Mironov writes: This kind of thing touches the boundaries between nixpkgs and nixos. First of all, I think your usecase should be handled by systemd. Systemd knows about dbus, knows which services exist and their dbus names. It is capable of handling requirements/ordering of these. But c

Re: [Nix-dev] Bootstrap Glibc/kernel-headers

2013-09-10 Thread Nicolas Carlier
On Tue, Sep 10, 2013 at 9:38 AM, Lluís Batlle i Rossell wrote: > On Tue, Sep 10, 2013 at 12:19:39AM +0200, Nicolas Carlier wrote: > > Hi, > > > > I'm evaluating nix to package in-house developments and third party > > dependancies. I was able to install nix (multi user mode ) on top of > rhel6 > >

Re: [Nix-dev] Bootstrap Glibc/kernel-headers

2013-09-10 Thread Lluís Batlle i Rossell
On Tue, Sep 10, 2013 at 12:19:39AM +0200, Nicolas Carlier wrote: > Hi, > > I'm evaluating nix to package in-house developments and third party > dependancies. I was able to install nix (multi user mode ) on top of rhel6 > 's based system and use the nixos channel without difficulties. Now I would