[Nix-dev] fetchgit with ssh

Vladimír Čunát vcunat at gmail.com
Mon Jan 13 16:15:24 CET 2014


On 01/13/2014 04:09 PM, Sönke Hahn wrote:
> Omitting the username does not seem to work for bitbucket, though. Nixops
> just hangs after initializing the git repo. I guess, github has 'git' set as
> the default user.

Different providers have different URI schemes, example from nixpkgs:

     src = fetchgit {
       url = https://bitbucket.org/equalsraf/vim-qt.git ;
       rev = "4160bfd5c1380e899d2f426b494fc4f1cf6ae85e";
       sha256 = "1qa3xl1b9gqw66p71h53l7ibs4y3zfyj553jss70ybxaxchbhi5b";
     };


Vlada


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3251 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20140113/42f1066d/attachment.bin 


More information about the nix-dev mailing list