Find a file
Rickard Nilsson 534a01c2b0 amazon ec2: Make fetch-ec2-data more robust
curl does not retry if it is unable to connect to the metadata server.
For some reason, when creating a new AMI with a recent nixpkgs, the
metadata server would not be available when fetch-ec2-data ran. Switching
to wget that can retry even on TCP connection errors solved this problem.

I also made the fetch-ec2-data depend on ip-up.target, to get it to start
a bit later.
2014-08-05 15:12:26 +02:00
doc doc: mention nix-prefetch-scripts package 2014-07-27 15:21:38 +02:00
lib Upgrade docker to 1.1.2 and add docker module 2014-07-28 21:45:49 +02:00
maintainers/scripts Remove broken script 2014-07-30 10:23:05 +02:00
nixos amazon ec2: Make fetch-ec2-data more robust 2014-08-05 15:12:26 +02:00
pkgs php: Update to 5.4.31 2014-08-05 11:47:16 +02:00
.gitignore gitignore: result-* and make absolute doc ignores 2014-06-23 16:58:49 +02:00
.version
COPYING
default.nix
README.md

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.