Re: [Nix-dev] Infinite recursion with npm2nix

2014-04-16 Thread Colin Putney
On Tue, Apr 15, 2014 at 8:27 AM, Shea Levy s...@shealevy.com wrote: Hi Colin, I've added pure-0.5.0-rc-1 to nixpkgs, can you try using that as a dependency? Hi Shea, Thanks for looking into this. Unfortunately, I don't think this approach is the right way to go. Pure is a CSS framework;

Re: [Nix-dev] Infinite recursion with npm2nix

2014-04-16 Thread Shea Levy
Hi Colin, On Wed, Apr 16, 2014 at 08:40:46AM -0500, Colin Putney wrote: On Tue, Apr 15, 2014 at 8:27 AM, Shea Levy s...@shealevy.com wrote: Hi Colin, I've added pure-0.5.0-rc-1 to nixpkgs, can you try using that as a dependency? Hi Shea, Thanks for looking into this.

Re: [Nix-dev] Infinite recursion with npm2nix

2014-04-16 Thread Colin Putney
On Wed, Apr 16, 2014 at 9:33 AM, Shea Levy s...@shealevy.com wrote: Hmm, yes we do, for example nodePackages.by-version.grunt-contrib-cssmin.0.9.0. Are you by any chance using the 13.10 branch of nixpkgs? It's entirely possible the buildNodePackage there doesn't work properly with

Re: [Nix-dev] Infinite recursion with npm2nix

2014-04-15 Thread Shea Levy
Hi Colin, I've added pure-0.5.0-rc-1 to nixpkgs, can you try using that as a dependency? Thanks, Shea On Mon, Apr 14, 2014 at 10:01:44AM -0500, Colin Putney wrote: Hi folks, In my on-going quest to package up my node applications, I've run into a noob-trap that has me completely stumped.

[Nix-dev] Infinite recursion with npm2nix

2014-04-14 Thread Colin Putney
Hi folks, In my on-going quest to package up my node applications, I've run into a noob-trap that has me completely stumped. The app is a web app, so it has both client- and server-side code. One of the dependencies is Yahoo's Pure CSS library. PureCSS, in turn relies on Grunt for its build