Re: [Nix-dev] Staging merge will soon happen

2015-05-10 Thread Luca Bruno
It's ok for me except that then people won't have ready binaries for master, which is what staging was meant for. Hopefully master will build fast and won't have those cached failures... On Sun, May 10, 2015 at 1:19 PM, William Kennington will...@wkennington.com wrote: Lgtm On Sun, May 10,

Re: [Nix-dev] Possible bug in ssh key module

2015-05-10 Thread Anand Patil
Sorry, ssh-rsa stuff was a bad example because I can only reproduce the problem when the string is sufficiently long. This does repro it: openssh.authorizedKeys.keys = [ ssh-rsa

[Nix-dev] Possible bug in ssh key module

2015-05-10 Thread Anand Patil
Hi everyone, Just wanted to point out a small possible bug in NixOS version 15.05pre61966.75ebc3c (Dingo). I noticed that when I add an authorizedKeys option to my user like so: openssh.authorizedKeys.keys = [ ssh-rsa stuff ]; the contents of /etc/ssh/authorized_keys.d/anand look like

[Nix-dev] per-project nix-shell for Ruby (Gemfile) projects?

2015-05-10 Thread Linus Arver
Hello, I am still very new to Nix and NixOS so please bear with me. I followed the instructions in the Nixpkgs manual[1] as well as the original announcement[2] to create a regular Nix package, which I could install by putting minitest = self.callPackage ./ruby/minitest {}; into my

Re: [Nix-dev] Staging merge will soon happen

2015-05-10 Thread William Kennington
Lgtm On Sun, May 10, 2015, 03:21 Domen Kožar do...@dev.si wrote: I think we're ready to merge staging. Any objections? Current staging build failures are mostly because of cached kerberos failures. On Tue, May 5, 2015 at 1:45 PM, Domen Kožar do...@dev.si wrote: I'd just like to be clear:

Re: [Nix-dev] Staging merge will soon happen

2015-05-10 Thread Domen Kožar
I think we're ready to merge staging. Any objections? Current staging build failures are mostly because of cached kerberos failures. On Tue, May 5, 2015 at 1:45 PM, Domen Kožar do...@dev.si wrote: I'd just like to be clear: (everyone) please help us stabilize staging and let's not touch

[Nix-dev] haskell dev environment, ghc non-determinism and binary cache interaction

2015-05-10 Thread Miguel Negrão
Hi I'm currently using nix on ubuntu, with cloned nixpks pinned at b9489787297f6702ddd638d9f0bdceddea74ae7e. I would like to keep using this commit for some time as everything that I need seems to work and I don't want to destabilize my environment. It was my understanding that nix would allow me

[Nix-dev] Can't open /dev/null: Permission denied

2015-05-10 Thread stewart mackenzie
I'm trying to get gnuradio-osmosdr to see the new hackrf package. when I try compile gnuradio-osmosdr: `nix-build -A gnuradio-osmosdr` in my nixpkgs cloned repo I get this: ''' ... exporting git://git.osmocom.org/gr-osmosdr (rev refs/tags/v0.1.4) into

Re: [Nix-dev] Can't open /dev/null: Permission denied

2015-05-10 Thread stewart mackenzie
Herwig, thanks, yes it was my udev updates. On Sun, May 10, 2015 at 11:58 PM, Herwig Hochleitner hhochleit...@gmail.com wrote: I've seen such errors, not sure what triggers them, maybe udev updates? For me, rebooting normally solves the problem. ___