Re: [Nix-dev] less: When assumptions ruin the world

2015-01-02 Thread Michael Jones
If it helps at all, git seems to use GIT_PAGER first and then falls back to PAGER and then to `less` for the commands that use it. Perhaps nix could respect a NIX_PAGER env var? To me it depends on the output of the command. I love that git pages the output of `git log` automatically but that is

Re: [Nix-dev] Terminfo issues with haskell 'vty' package nix-shell

2014-11-14 Thread Michael Jones
...@gmail.com wrote: Hm, by the way `TERMINFO` gets set by urxvt itself, so that’s probably not what causes the problem. On Fri Nov 14 2014 at 13:59:05 Kirill Elagin kirela...@gmail.com wrote: On Thu Nov 13 2014 at 20:20:53 Michael Jones m.pricejo...@gmail.com wrote: Hi, I hope

[Nix-dev] GHC Panic with basic Yesod project under Nix

2014-11-14 Thread Michael Jones
Hi, Not sure where to send this so thought I'd try here to see if anyone has the same trouble. I'm new to nix and new to Yesod and trying to build the default Yesod project with 'yesod devel' in a new shell. My steps are: 1. Create a new directory with default.nix: { haskellPackages ? (import

[Nix-dev] Terminfo issues with haskell 'vty' package nix-shell

2014-11-13 Thread Michael Jones
Hi, I hope this is the right list. I'm very new to nix and trying to get a set up working on Ubuntu 14.04 for a small haskell project I have. I use rxvt-unicode as a shell which generally seems to work fine but when I run `nix-shell` in a directly with the following `default.nix` file: {

Re: [Nix-dev] Terminfo issues with haskell 'vty' package nix-shell

2014-11-13 Thread Michael Jones
nixpkgs instead. Michael On Thu, Nov 13, 2014 at 7:01 PM, Vladimír Čunát vcu...@gmail.com wrote: Hi, I don't know where terminfo is searched. On 11/13/2014 05:20 PM, Michael Jones wrote: $ nix-env -iA nixos.pkgs.rxvt_unicode error: attribute ‘nixos’ in selection path