Re: [Nix-dev] Building linux kernle with manual-config.nix

2014-03-12 Thread Sergey Mironov
Thanks, I understand. I decided to enable the support for modules in my kernel for now. Here is a new wiki section regarding the topic: https://nixos.org/wiki/How_to_tweak_Linux_kernel_config_options Regards, Sergey 2014-03-07 13:06 GMT+04:00 Shea Levy s...@shealevy.com: Hey Sergey, On

Re: [Nix-dev] Building linux kernle with manual-config.nix

2014-03-12 Thread Shea Levy
By the way, [1] should fix the bad error message you were seeing once merged. [1]: https://github.com/NixOS/nix/pull/223 On Wed, Mar 12, 2014 at 02:43:16PM +0400, Sergey Mironov wrote: Thanks, I understand. I decided to enable the support for modules in my kernel for now. Here is a new wiki

Re: [Nix-dev] Building linux kernle with manual-config.nix

2014-03-07 Thread Sergey Mironov
Just after sending the previous letter I've discovered that setting outputs to [out] in the manual-config.nix [1] hides the error. Still I don't know if it works correctly or not. Regards, Sergey [1] -

Re: [Nix-dev] Building linux kernle with manual-config.nix

2014-03-07 Thread Shea Levy
Hey Sergey, On Fri, Mar 07, 2014 at 12:17:50PM +0400, Sergey Mironov wrote: Hi. I am trying to build my own minimalistic kernel with `buildLinux' defined in kernel/manual-config.nix. I've written the wrapper expression as follows: # linuxHandMade.nix { stdenv, fetchurl, buildLinux } :