Re: [Nix-dev] nix-dev Digest, Vol 101, Issue 25

2013-11-19 Thread deCube.net | Danny Wilson
Turns out I need nolock, but more importantly: add “nfsv3 to initrd.availableKernelModules … Nix’ full dependency management makes me expect too much :P Is there an easy way to remount with locks enabled in stage 2? On 19 nov. 2013, at 03:31, nix-dev-requ...@lists.science.uu.nl wrote: Date:

[Nix-dev] Packaging Foreman

2013-11-19 Thread Alex Berg
As part of the Heroku Toolbelt, I need to make a Nix package for Foreman. I am following the instructions to Install from Source [1]. The instructions say that it has many package requirements: gcc-c++ git libvirt-devel mysql-devel pg-devel openssl-devel \ libxml2-devel sqlite-devel

Re: [Nix-dev] Packaging Foreman

2013-11-19 Thread Oliver Charles
On 11/19/2013 09:03 AM, Alex Berg wrote: As part of the Heroku Toolbelt, I need to make a Nix package for Foreman. I am following the instructions to Install from Source [1]. The instructions say that it has many package requirements: gcc-c++ git libvirt-devel mysql-devel pg-devel

Re: [Nix-dev] Powertop NixOS

2013-11-19 Thread Florian Friesdorf
Hi Tom, nix-env -i powertop sudo powertop For quicker and in general more accurate help: nix-dev@lists.science.uu.nl Thomas Bereknyei tombe...@gmail.com writes: Hi what is the current method of using powertop I would like to start using it but I'm a little new to nixos. I came across your

Re: [Nix-dev] Packaging Foreman

2013-11-19 Thread Alex Berg
Awesome, that's exactly the info I needed. I added those as dependencies and now I'm making progress again. Now I'm working through a Ruby issue (Gem::RemoteFetcher::FetchError). For curious readers, here's how I did that. ### foreman/default.nix ### { stdenv, fetchurl, rubygems, gcc, git,

Re: [Nix-dev] Powertop NixOS

2013-11-19 Thread Vladimír Čunát
On 11/19/2013 10:32 AM, Florian Friesdorf wrote: nix-env -i powertop sudo powertop Note: I also need to do sudo modprobe msr before that. Vlada smime.p7s Description: S/MIME Cryptographic Signature ___ nix-dev mailing list

Re: [Nix-dev] Powertop NixOS

2013-11-19 Thread Thomas Bereknyei
It turns out I was missing the msr kernel module. Found here: https://github.com/chaoflow/nixos-configurations/commit/e777ac603da7a4587a370bdbfecc28ec70544fd3 On Nov 19, 2013 4:32 AM, Florian Friesdorf f...@chaoflow.net wrote: Hi Tom, nix-env -i powertop sudo powertop For quicker and in