Nix 2.35.2
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
log

R""(

Examples

  • Get the build log of GNU Hello:

    # nix log nixpkgs#hello
  • Get the build log of a specific store path:

    # nix log /nix/store/vaph2hfdmnipqr90v6g5mcdn8h5p5iss-thunderbird-52.2.1
  • Get a build log from a specific binary cache:

    # nix log --store https://cache.nixos.org nixpkgs#hello

Description

This command prints the log of a previous build of the installable on standard output.

Nix looks for build logs in two places:

)""