[Nix-dev] troubles fetching a nar

2013-03-06 Thread Sergey Mironov
Hi. I have strange situation while updating nixos: nixos-rebuild can't fetch nar for soprano package, stalling at 99%. This could be a network problem, but anyway, is there a workaround? I've downloaded that nar using wget successfully. What can I do to unpack/register it under /nix/store to allow

Re: [Nix-dev] troubles fetching a nar

2013-03-06 Thread Vladimír Čunát
On 03/06/2013 11:43 AM, Sergey Mironov wrote: Hi. I have strange situation while updating nixos: nixos-rebuild can't fetch nar for soprano package, stalling at 99%. This could be a network problem, but anyway, is there a workaround? I've downloaded that nar using wget successfully. What can I do

[Nix-dev] nixos installer test failure..

2013-03-06 Thread jack-nix
I'm attempting to run the installer tests: `nix-build tests/ -A installer.swraid` It fails when attempting to find `nixpkgs` and `nixos` when running `nixos-install`. machine# /nix/store/qh3l8f8369kvbhnkbwwnpaxayvnvi55v-acl-2.2.51 machine#

Re: [Nix-dev] [Nix-commits] [NixOS/nixos] e05a37: rename deprecated option

2013-03-06 Thread shea
Hi Mathijs, On 2013-03-04 18:07, Mathijs Kwik wrote: Branch: refs/heads/master Home: https://github.com/NixOS/nixos Commit: 09680dec6a6e6c4415bda196fa23721d3d376ad0 https://github.com/NixOS/nixos/commit/09680dec6a6e6c4415bda196fa23721d3d376ad0 Author: Mathijs Kwik

Re: [Nix-dev] [Nix-commits] [NixOS/nixos] e05a37: rename deprecated option

2013-03-06 Thread Vladimír Čunát
On 03/06/2013 05:16 PM, s...@shealevy.com wrote: It seems this commit has broken the NixOS installer tests: http://hydra.nixos.org/build/4266474 for example fails with error: creating directory `/nix/store/.links': Read-only file system That's strange. /nix/store is expected to to be

Re: [Nix-dev] [Nix-commits] [NixOS/nixos] e05a37: rename deprecated option

2013-03-06 Thread Eelco Dolstra
Hi, On 06/03/13 17:44, Vladimír Čunát wrote: On 03/06/2013 05:16 PM, s...@shealevy.com wrote: It seems this commit has broken the NixOS installer tests: http://hydra.nixos.org/build/4266474 for example fails with error: creating directory `/nix/store/.links': Read-only file system That's

Re: [Nix-dev] [Nix-commits] [NixOS/nixos] e05a37: rename deprecated option

2013-03-06 Thread Vladimír Čunát
On 03/06/2013 05:48 PM, Eelco Dolstra wrote: Well, Nix makes /nix/store writable (using a private mount namespace), otherwise it wouldn't be able to do anything. So creating that directory *should* work... That was my meaning... of course I don't know whether this attempt was within this

[Nix-dev] Rubygems and bundler

2013-03-06 Thread Andrew Morsillo
I am trying to get an environment set up to run my rails application on nixos but I am confused about how rubygems/bundler is handled. I have read over rubygems.nix and see that I could install all my dependencies by generating nix expression for them with gem nix but trying to do this has lead me