Re: [Nix-dev] Can vim 8.0 be included in 16.09

2016-09-29 Thread Wink Saville
nly port minor updates and > >> security > >> > upgrades. It's a day until the release so we can't do a major vim > upgrade > >> > since we risk there are issues and it's an important part of the > >> ecosystem. > >> > > >&g

Re: [Nix-dev] Can vim 8.0 be included in 16.09

2016-09-29 Thread Wink Saville
rt of the > ecosystem. > > > > On Thu, Sep 29, 2016 at 5:33 AM, Wink Saville <w...@saville.com> wrote: > > > >> What is the criteria for inclusion in 16.09, any possibility we could > >> include 16.09? > >> > >> -- Wink > >>

Re: [Nix-dev] Can vim 8.0 be included in 16.09

2016-09-29 Thread Wink Saville
This would be nice. On Thu, Sep 29, 2016, 4:36 AM Tomasz Czyż <tomasz.c...@gmail.com> wrote: > Domen: I remember you were preparing some document/page about doing > releases. > Do you need help there? > > > 2016-09-29 4:33 GMT+01:00 Wink Saville <w...@saville.com&

[Nix-dev] Can vim 8.0 be included in 16.09

2016-09-28 Thread Wink Saville
What is the criteria for inclusion in 16.09, any possibility we could include 16.09? -- Wink ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Turn on python3 support for vim in configuration.nix

2016-09-17 Thread Wink Saville
> > to your* configuration.nix*. > > -- > Pavel > > сб, 17 сент. 2016 г. в 17:53, Wink Saville <w...@saville.com>: > >> On Sat, Sep 17, 2016 at 4:23 AM, Pavel Chuprikov <pschupri...@gmail.com> >> wrote: >> > Hi Wink, >> > >> > Ther

Re: [Nix-dev] Turn on python3 support for vim in configuration.nix

2016-09-17 Thread Wink Saville
hat python isn't supported: configure: error: cannot use Python with tiny or small features I looked in pkgs/**/editors/vim/configurable.nix and can see various places python is mentioned but I'm not familiar enough with the nix language to ferret out how to disable it. Do you happen to

[Nix-dev] Turn on python3 support for vim in configuration.nix

2016-09-16 Thread Wink Saville
By default vim installed via configuration.nix doesn't support python3: environment = { systemPackages = with pkgs; [ vim ]; } $ sudo nixos-rebuild test $ vim --version | grep python3 ... -python3 ... So after much searching and help from #nixos on freenode I found that you can add

Re: [Nix-dev] /etc/nixos/configuration.nix not versioned?

2016-09-16 Thread Wink Saville
On Fri, Sep 16, 2016 at 11:31 AM, Arnold Krille <arn...@arnoldarts.de> wrote: > Hi, > > On Fri, 16 Sep 2016 09:13:27 -0700 Wink Saville <w...@saville.com> > wrote: >> As a newbie I was playing around and last night I rolled back to an >> older configuration and

[Nix-dev] /etc/nixos/configuration.nix not versioned?

2016-09-16 Thread Wink Saville
As a newbie I was playing around and last night I rolled back to an older configuration and realized that the configuration.nix file didn't rollback. I can now realize that configuration.nix has nothing to do with booting or running the system and it only builds the system. But at the moment I

Re: [Nix-dev] Unable to install clang/llvm 3.9

2016-09-14 Thread Wink Saville
[1] > > https://github.com/NixOS/nixpkgs/commit/15af9082ebeb2aece84e426daf7185715cfbb203/pkgs/top-level/all-packages.nix#diff-036410e9211b4336186fc613f7200b12R4894 > > On 14/09/16 07:23, Wink Saville wrote: > > As far as I can tell llvm 3.9 is in nixos-unstable-small >

Re: [Nix-dev] Unable to install clang/llvm 3.9

2016-09-13 Thread Wink Saville
ster/pkgs/development/compilers/llvm > > > On 12/09/16 19:48, Wink Saville wrote: >> >> Thanks for the info, that helps, oh and I'm running NixOS which I >> installed using >> 16.03 on to a virtual private server and my configuration.nix file is >> here (https:

Re: [Nix-dev] Unable to install clang/llvm 3.9

2016-09-12 Thread Wink Saville
> nixos.clang_34 clang-wrapper-3.4.2 > nixos.clang_35 clang-wrapper-3.5.2 > nixos.clang_36 clang-wrapper-3.6.2 > nixos.clangclang-wrapper-3.7.1 > nixos.clang_38 clang-wrapper-3.8.0 > > — Layus. > > On 12/09/16 18:58, Wink Saville wrote: > > I'm unable t

[Nix-dev] Unable to install clang/llvm 3.9

2016-09-12 Thread Wink Saville
I'm unable to install clang/llvm 3.9.0: [wink@vps1:~]$ nix-env -qa llvm warning: name collision in input Nix expressions, skipping ‘/home/wink/.nix-defexpr/channels_root/nixos’ llvm-3.4.2 llvm-3.5.2 llvm-3.6.2 llvm-3.7.1 llvm-3.8.0 [wink@vps1:~]$ nix-env -qa clang warning: name collision in