A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 9f9080e2c0 nix-store -l: Fetch build logs from the Internet
If a build log is not available locally, then ‘nix-store -l’ will now
try to download it from the servers listed in the ‘log-servers’ option
in nix.conf. For instance, if you have:

  log-servers = http://hydra.nixos.org/log

then it will try to get logs from http://hydra.nixos.org/log/<base
name of the store path>. So you can do things like:

  $ nix-store -l $(which xterm)

and get a log even if xterm wasn't built locally.
2014-05-21 17:19:36 +02:00
config
corepkgs
doc nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
misc Prepare nix-mode to be uploaded to marmalade 2014-05-13 12:58:13 +02:00
mk
perl
scripts
src nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
tests
.gitignore
AUTHORS
bootstrap.sh
build.nix
configure.ac
COPYING
dev-shell
INSTALL
local.mk Remove redundant code 2014-05-14 22:25:25 +02:00
Makefile
Makefile.config.in nix-store -l: Fetch build logs from the Internet 2014-05-21 17:19:36 +02:00
nix.spec.in Really fix the RPM builds 2014-05-06 10:51:16 +02:00
README
release.nix
version

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).