[Nix-dev] nix-pull hydra.nixos.org/jobset/nixpkgs/stdenv/channel/latest

Florian Friesdorf flo at chaoflow.net
Tue Mar 6 07:55:06 CET 2012


On Tue, 06 Mar 2012 00:54:54 +0100, Eelco Dolstra <eelco.dolstra at logicblox.com> wrote:
> Hi,
> 
> On 06/03/12 00:50, Peter Simons wrote:
> 
> > I've tried to download the manifest from Hydra's stdenv-updates channel,
> > but failed:
> > 
> >   fetching list of Nix archives at `hydra.nixos.org/jobset/nixpkgs/stdenv/channel/latest'...
> >     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
> >                                    Dload  Upload   Total   Spent    Left  Speed
> >     0     0    0     0    0     0      0      0 --:--:--  0:05:00 --:--:--     0
> 
> Generation of the channel manifest can be slow.  Here you're hitting the 5
> minute timeout.  Just try again until it succeeds...

That was also my "solution" so far, however, it seems you can tell curl
to wait longer:

NIX_CURL_FLAGS='-m 600' nix-pull \
  http://hydra.nixos.org/jobset/nixpkgs/stdenv/channel/latest/MANIFEST

If you need to run as sudo, then first sudo -i as the env var will not
make it into the sudo'ed environment:

sudo -i
NIX_CURL_FLAGS='-m 600' nix-pull \
  http://hydra.nixos.org/jobset/nixpkgs/stdenv/channel/latest/MANIFEST

-- 
Florian Friesdorf <flo at chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20120306/fb008e0d/attachment.bin 


More information about the nix-dev mailing list