Re: [Nix-dev] /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found trying to install on RHEL 6.5

2015-06-29 Thread Alexander Vorobiev
My understanding is rpms for Nix are only available for Fedora and they wouldn't work with RHEL which is very conservative (no c++11 compiler, etc). There is new RHEL 7 released a few months ago but most enterprise users are still on 6.x (or older) with no plans to upgrade. Hence my interest in

[Nix-dev] /etc/nixos/configuration.nix vs ~/.nixpkgs/config.nix

2015-06-29 Thread Kamil Chmielewski
Hi, I'm trying to setup NixOS on my laptop and I feel really confused with this 2 config files. I would like to have base system configuration like hardware and system services in /etc/nixos and other software and user configuration in ~/.nixpkgs. I'm stuck on custom gtk theme now. I don't want

Re: [Nix-dev] /etc/nixos/configuration.nix vs ~/.nixpkgs/config.nix

2015-06-29 Thread Arseniy Seroka
There was an idea to solve that problem [1]. [1] https://nixos.org/wiki/GSOC_2015_ideas_list#Use_Nix_language_as_a_generator_for_configuration_files_and_NixOS_as_a_manager_for_them 2015-06-29 17:24 GMT+03:00 Eelco Dolstra eelco.dols...@logicblox.com: Hi Kamil, On 29/06/15 16:20, Kamil

[Nix-dev] mkDefault behaviour

2015-06-29 Thread Joel Moberg
Hi all I have a question about this expression, also here ( https://gist.github.com/b56994f7da885d0e7101): ``` (import nixpkgs/nixos/lib/eval-config.nix { system = builtins.currentSystem; modules = [ nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix

Re: [Nix-dev] /etc/nixos/configuration.nix vs ~/.nixpkgs/config.nix

2015-06-29 Thread Jeffrey David Johnson
I do that too, here's my repo (of course also messy): https://github.com/jefdaj/nixcfg In particular the installDotfiles function here: https://github.com/jefdaj/nixcfg/blob/master/modules/util.nix works for probably half of the dotfiles I wanted to install. The rest were more complicated and