No description
Find a file
Eelco Dolstra 8b1d65bebe
S3BinaryCacheStore: Support compression of narinfo and log files
You can now set the store parameter "text-compression=br" to compress
textual files in the binary cache (i.e. narinfo and logs) using
Brotli. This sets the Content-Encoding header; the extension of
compressed files is unchanged.

You can separately specify the compression of log files using
"log-compression=br". This is useful when you don't want to compress
narinfo files for backward compatibility.
2017-03-15 16:49:28 +01:00
config
corepkgs unpack-channel.nix: fix 'mv' corner case 2017-02-27 10:12:58 +01:00
doc/manual Store: Add a method for getting build logs 2017-03-15 16:48:29 +01:00
maintainers
misc Dockerfile: 1.11.2 -> 1.11.7 2017-03-11 19:39:13 +01:00
mk
perl
scripts
src S3BinaryCacheStore: Support compression of narinfo and log files 2017-03-15 16:49:28 +01:00
tests
.dir-locals.el
.gitignore
bootstrap.sh
configure.ac Add support for brotli compression 2017-03-15 16:49:06 +01:00
COPYING
local.mk
Makefile
Makefile.config.in Add support for brotli compression 2017-03-15 16:49:06 +01:00
nix.spec.in
README.md
release.nix Add support for brotli compression 2017-03-15 16:49:06 +01:00
shell.nix Add support for brotli compression 2017-03-15 16:49:06 +01:00
version

Nix, the purely functional package manager

Nix is a new take on package management that is fairly unique. Because of it's 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.