lix/src
Eelco Dolstra 9ff9c3f2f8
Add support for s3:// URIs
This adds support for s3:// URIs in all places where Nix allows URIs,
e.g. in builtins.fetchurl, builtins.fetchTarball, <nix/fetchurl.nix>
and NIX_PATH. It allows fetching resources from private S3 buckets,
using credentials obtained from the standard places (i.e. AWS_*
environment variables, ~/.aws/credentials and the EC2 metadata
server). This may not be super-useful in general, but since we already
depend on aws-sdk-cpp, it's a cheap feature to add.
2017-02-14 14:20:00 +01:00
..
boost
build-remote Merge branch 'nix-copy-closure-c++' of https://github.com/shlevy/nix 2017-02-07 20:47:45 +01:00
buildenv
libexpr Include config.h implicitly with '-include config.h' in CFLAGS 2017-02-08 21:51:02 +02:00
libmain Include config.h implicitly with '-include config.h' in CFLAGS 2017-02-08 21:51:02 +02:00
libstore Add support for s3:// URIs 2017-02-14 14:20:00 +01:00
libutil Add support for s3:// URIs 2017-02-14 14:20:00 +01:00
nix
nix-build Restore default signal handling in child processes 2017-02-01 13:00:21 +01:00
nix-channel
nix-collect-garbage
nix-copy-closure nix-copy-closure: Use computeFSClosure() and LegacySSHStore 2017-02-07 20:55:47 +01:00
nix-daemon nix-daemon: Don't splice with len=SIZE_MAX 2017-02-13 15:14:44 +02:00
nix-env
nix-instantiate
nix-prefetch-url
nix-store Provide default implementations for a couple of Store methods 2017-02-07 19:29:21 +01:00
resolve-system-dependencies