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.
Showing
- Makefile.config.in 1 addition, 0 deletionsMakefile.config.in
- doc/manual/conf-file.xml 14 additions, 0 deletionsdoc/manual/conf-file.xml
- doc/manual/nix-store.xml 94 additions, 89 deletionsdoc/manual/nix-store.xml
- src/libstore/globals.cc 1 addition, 0 deletionssrc/libstore/globals.cc
- src/libstore/globals.hh 3 additions, 0 deletionssrc/libstore/globals.hh
- src/libutil/util.cc 1 addition, 1 deletionsrc/libutil/util.cc
- src/libutil/util.hh 2 additions, 0 deletionssrc/libutil/util.hh
- src/nix-store/local.mk 2 additions, 0 deletionssrc/nix-store/local.mk
- src/nix-store/nix-store.cc 26 additions, 3 deletionssrc/nix-store/nix-store.cc
Loading
Please register or sign in to comment