[Nix-dev] Change default shell of `nix-shell`

2014-12-03 Thread YCH
Hello, How could I change default shell(command) of `nix-shell`? Thanks. -- YCH ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

[Nix-dev] Output of wrapped version of ghc-mod different form original.

2014-12-03 Thread YCH
Hello, everybody. I've found vim syntastic plugin complain about cannot parse ghc-mod output. It should be like this, ~~~ $ ghc-mod ghc-mod version 3.1.5 Usage: ghc-mod list [-g GHC_opt1 -g GHC_opt2 ...] [-l] [-d] ghc-mod lang [-l] ghc-mod flag [-l] ghc-mod br

[Nix-dev] Hydra to build RPMs

2014-12-03 Thread stewart mackenzie
Hi all, So the below is a hydra release.nix used to do CI. Steps to replicate: * setup a hydra jobset * configure a jobset to point to github.com/processone/ejabberd * another to the git repo containing the below release.nix * add another jobset pointing to github.com/nixos/nixpkgs repo * let hyd

Re: [Nix-dev] Fonts not looking good with XFCE

2014-12-03 Thread Vladimír Čunát
Hi. On 12/03/2014 06:46 PM, Pierre Allix wrote: How can I improve the rendering to look as good as on Xubuntu? The first easy step I would do: choose RGB subpixel order in that dialog you show. That should improve it by itself, I think. Further steps get more complex, as linked/written by t

Re: [Nix-dev] Locally built haskell package not showing up in ghci

2014-12-03 Thread Carlo Nucera
I did better, to streamline the problems, I created a dedicated vm to keep things clean. So here is what I did: 1) I followed this guide http://fluffynukeit.com/series/haskell-nixos/ to establish ~/nixpkgs as my base for packages, adding this in my .zshrc: > rm -r ~/.nix-defexpr > ln -s ~/nixpkgs

Re: [Nix-dev] Fonts not looking good with XFCE

2014-12-03 Thread Thomas Tuegel
On Wed, Dec 3, 2014 at 11:46 AM, Pierre Allix wrote: > Hello, > > I really like the ideas behing Nix and so I'm evaluating NixOS. I download > the virtuabox appliance and installed XFCE. > > I installed the Ubuntu fonts and configured XFCE to use it, and also > installed the Inconsolata fonts for

[Nix-dev] Fonts not looking good with XFCE

2014-12-03 Thread Pierre Allix
Hello, I really like the ideas behing Nix and so I'm evaluating NixOS. I download the virtuabox appliance and installed XFCE. I installed the Ubuntu fonts and configured XFCE to use it, and also installed the Inconsolata fonts for Emacs. The fonts are bit blurry in Firefox, in Emacs they don't lo

[Nix-dev] fonts not looking good with XFCE

2014-12-03 Thread Pierre Allix
Hello, I really like the ideas behing Nix and so I'm evaluating NixOS. I download the virtuabox appliance and installed XFCE. I installed the Ubuntu fonts and configured XFCE to use it, and also installed the Inconsolata fonts for Emacs. The fonts are bit blurry in Firefox, in Emacs they don't lo

Re: [Nix-dev] Hydra

2014-12-03 Thread Rob Vermaas
Hi Peter, you can either do it by polling Hydra via the (undocumented) API (use Content-Type: application/json on a Hydra url to get a JSON representation of the data), or by defining a plugin, an example can be found at https://github.com/NixOS/hydra/blob/master/src/lib/Hydra/Plugin/S3Backup.pm

[Nix-dev] Hydra

2014-12-03 Thread Peter Romfeld
Hi, we are currently setting up Hydra for our CI/CD. I wanted to know how i can execute a script after a build succeeded (to autocratically deploy to testing/stag server) Cheers, peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.sc