[Nix-dev] per project env conf

Aaron Levin vilevin at gmail.com
Thu Jan 15 17:25:50 CET 2015


I know we had a back-and-forth about this on twitter, but I'd love to know
more about it conflicting with nix-shell and possible other solutions
(specifically ones that don't conflate build deps with development deps).

Thanks!

On Thu, Jan 15, 2015 at 9:24 AM, Domen Kožar <domen at dev.si> wrote:

> I'd really advise not to tell newcomers to use myEnvFun. It's undocumented
> and doesn't play well with nix-shell.
>
> On Thu, Jan 15, 2015 at 3:23 PM, Catonano <catonano at gmail.com> wrote:
>
>>
>>
>> 2015-01-15 15:16 GMT+01:00 Luca Bruno <lethalman88 at gmail.com>:
>>
>>> On 15/01/2015 15:10, Catonano wrote:let pkgs = import <nixpkgs> {};
>>> in pkgs.myEnvFun {
>>>         name = "openArpa-env";
>>>         buildInputs = with pkgs.python27Packages; [
>>>           python
>>>           xlrd
>>>
>>>         ];
>>>     };
>>>
>>> Then nix-shell.
>>>
>>
>> Thank you
>>
>> _______________________________________________
>> nix-dev mailing list
>> nix-dev at lists.science.uu.nl
>> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>>
>>
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>


-- 
Aaron Levin / Weird Canada
www.aaronlevin.ca / www.weirdcanada.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150115/439410fd/attachment.html 


More information about the nix-dev mailing list