Re: [Nix-dev] E18

2014-08-03 Thread Thomas Strobel
Sure! I run it by adding the following into my /etc/nixos/configuration.nix: imports = [ path/to/e18 ]; config = { services.xserver.displayManager.slim.enable = true; services.xserver.desktopManager.e18.enable = true; services.xserver.desktopManager.xterm.enable = false; }; The integration

Re: [Nix-dev] Vim setup for Haskell

2014-08-03 Thread Marc Weber
I personally use nixpkgs-haskell-overlay and vim-addon-haskell which can run cabal. The nixpkgs-haskell-overlay implementation is prototype implementation (see wiki) and can tag haskell sources (using hasktags). You then source an env var which sets an environment var pointing to tag files. There

[Nix-dev] Vim setup for Haskell

2014-08-03 Thread Thomas Strobel
Hi, I've tried to pack/integrate VIM with plugins/programs that help with Haskell development. I would be very thankful for feedback and help with integrating it properly into NIX-OS. Many thanks, Thomas hvim.tar.bz2 Description: Binary data ___ nix-d

Re: [Nix-dev] thermald.nix

2014-08-03 Thread Cillian de RĂ³iste
Hi Thomas, Thanks for your contributions! It would be easier for maintainers to review and accept them if you used github pull requests. Could you do that instead of sending them as attachments? Cheers, Cillian On Sun, Aug 3, 2014 at 11:20 PM, Thomas Strobel wrote: > Hi, > > maybe someone inter

[Nix-dev] E18

2014-08-03 Thread Thomas Strobel
Hi, I've packed Enlightenment E18, and I just wanted to share it. It might need some review before pushing it online, especially the functions provided in the module.nix configuration. Many thanks, Thomas e18.tar.bz2 Description: Binary data ___ nix-d

[Nix-dev] thermald.nix

2014-08-03 Thread Thomas Strobel
Hi, maybe someone interested in pushing the .nix file for thermald online? It's maybe not the latest version, and the systemd integration is quite basic, but it works. It might benefit from a change in the kernel's default configuration, though. Best wishes, Thomas { stdenv, fetchurl, unzip, auto

[Nix-dev] fityk.nix, xylib.nix and wxGTK_3.0.1.nix

2014-08-03 Thread Thomas Strobel
Hi, please find attached the .nix files for building fityk (http://fityk.nieto.pl/). Hope it helps. Best wishes, Thomas { stdenv, fetchurl, boost, zlib, bzip2 }: let name= "xylib"; version = "1.3"; in stdenv.mkDerivation { name = "${name}-${version}"; src = fetchurl { url = "ht

[Nix-dev] povray.nix

2014-08-03 Thread Thomas Strobel
Hi, I've attached a nix description for an updated version of povray. Maybe someone wants to put it online? Best wishes, Thomas {stdenv, fetchgit, autoconf, automake, boost149, zlib, libpng, libjpeg, libtiff}: let boost = boost149; in stdenv.mkDerivation { name = "povray-3.7"; src = fetchg

[Nix-dev] Intermittent failures for containers test

2014-08-03 Thread Mateusz Kowalczyk
Hi, Often I look on Hydra to see why nixos-unstable channel hasn't moved and often I see nixos:trunk-combined:nixos.tests.containers as the reason. Looking at the log and from an IRC discussion I had few days ago, the problem is stipulated to be networking not coming up quickly enough. Log at [1].