[Nix-dev] Re: How do I ...
Peter Simons
simons at cryp.to
Mon Sep 22 22:58:21 CEST 2008
Hi Pjotr,
>> # ~/.nixpkgs/config.nix
>>
>> {
>> git = { svnSupport = true; };
>> }
>
> If I do that nothing happens.
What do you mean "nothing happens"? Running "nix-env -i git" should
(re-)install GIT with SVN support enabled. That should work. If it
doesn't, then what exactly does happen when you run "nix-env -i git"?
> I am using 12409 - as I have trouble getting later versions to work.
That version should be fine.
> What is the current version people are actually running?
I'm running nix-env 0.12pre12824.
> However, even if this works, I would really like to pass it on the
> command line as is shown in the manual. Any ideas on what would work?
I believe that those options cannot be passed to nix-env on the
command-line. Someone correct me, please, if I'm wrong.
Peter
More information about the nix-dev
mailing list