[Nix-dev] per project env conf
Domen Kožar
domen at dev.si
Thu Jan 15 15:24:18 CET 2015
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150115/2604a557/attachment.html
More information about the nix-dev
mailing list