Re: [Nix-dev] vim built with ruby support

2015-07-11 Thread Kirill Elagin
Looks like you just have to add e.g. `ruby = ruby_1_9` to
`vim_configurable`.

On Fri, Jul 10, 2015 at 9:07 PM Dmitry Malikov 
wrote:

> Good day,
>
> Is there a way to get vim built with ruby support enabled?
>
> It's hard to find anything related in this wiki page
> https://nixos.org/wiki/Vim_plugins .
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
-- 
Кирилл Елагин
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] [(private) Meetup] I'm traveling through Europe, maybe I can meet some nixers?

2015-07-11 Thread Matthias Beyer
Hi Cillian!

I'd love to. I guess our route doesn't go through muinch, though. But
maybe... who knows?

I ping you asap I know more, thank you for replying!

On 08-07-2015 21:57:27, Cillian de Róiste wrote:
> Hi Matthias,
> 
> That sounds like fun! Let me know if you'll be passing through Munich,
> maybe we can arrange something in advance.
> 
> Cheers,
> Cillian
> 
> 2015-07-07 20:57 GMT+02:00 Matthias Beyer :
> > Hi Nixers!
> >
> > So, it happens that I will travel through Europe in August and
> > September. Actually, I will travel by bike from Donau-Eschingen (where
> > the Donau originates) to the Black Sea, if I get so far.
> >
> > Maybe I can meet some nixers while traveling? Would be a pleasure to
> > meet some of you for a drink or something, if we can arrange that!
> >
> > Contact me!
> >
> > Besides: I'd love to attend at a nixos meetp, NixConn anyone? :-P
> >
> > --
> > Mit freundlichen Grüßen,
> > Kind regards,
> > Matthias Beyer
> >
> > Proudly sent with mutt.
> > Happily signed with gnupg.
> >
> > ___
> > nix-dev mailing list
> > nix-dev@lists.science.uu.nl
> > http://lists.science.uu.nl/mailman/listinfo/nix-dev
> >
> 
> 
> 
> -- 
> NixOS: The Purely Functional Linux Distribution
> http://nixos.org

-- 
Mit freundlichen Grüßen,
Kind regards,
Matthias Beyer

Proudly sent with mutt.
Happily signed with gnupg.


pgpGz0HRoOpa3.pgp
Description: PGP signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] hydra-init

2015-07-11 Thread stewart mackenzie
So I deleted /var/db/postgresql and /var/lib/hydra

then following the section "Letting nix handle the git repository" of
this tutorial:

https://nixos.org/wiki/Installing_hydra_as_nixos_module

then
# su hydra
$ psql # and can see all the hydra tables with \d
hydra> select * from users; # results in an empty table

so I run:

$ hydra-init
Can't locate strict.pm:   Permission denied at
/nix/store/992kbzgv3gpgarpp9kv7xlj652s2r0m0-hydra-0.1pre1234-abcdef/bin/.hydra-init-wrapped
line 3.
BEGIN failed--compilation aborted at
/nix/store/992kbzgv3gpgarpp9kv7xlj652s2r0m0-hydra-0.1pre1234-abcdef/bin/.hydra-init-wrapped
line 3.

oh dear,

then I run

$ hydra-create-user stewart --password lamepassword --role admin

results in the same error as above.

seems strict.pm is missing.

Am I missing a step? Been a while since I setup hydra.

/sjm
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev