Eisfunke's Lix Fork
Find a file
Daniel Peebles 3105679226 Don't freak out if we get a 403 from S3
As far as we're concerned, not being able to access a file just means
the file is missing. Plus, AWS explicitly goes out of its way to
return a 403 if the file is missing and the requester doesn't have
permission to list the bucket.

Also getting rid of an old hack that Eelco said was only relevant
to an older AWS SDK.
2017-11-03 01:31:42 +01:00
config
corepkgs
doc/manual
maintainers
misc
mk
perl
scripts
src Don't freak out if we get a 403 from S3 2017-11-03 01:31:42 +01:00
tests Add fetchMercurial primop 2017-11-01 17:45:32 +01:00
.dir-locals.el
.editorconfig
.gitignore
.travis.yml
bootstrap.sh
configure.ac
COPYING
local.mk
Makefile
Makefile.config.in
nix.spec.in
README.md
release-common.nix
release.nix Add fetchMercurial primop 2017-11-01 17:45:32 +01:00
shell.nix Add fetchMercurial primop 2017-11-01 17:45:32 +01:00
version

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of its purity aspects, a lot of issues found in traditional package managers don't appear with Nix.

To find out more about the tool, usage and installation instructions, please read the manual, which is available on the Nix website at http://nixos.org/nix/manual.

Contributing

Take a look at the Hacking Section of the manual. It helps you to get started with building Nix from source.

License

Nix is released under the LGPL v2.1

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit.