Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nix
base: b6eb8a2d7e2e
Choose a base ref
...
head repository: NixOS/nix
compare: 8f6c72faeec2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 15, 2019

  1. nix: Add --print-build-logs flag

    This causes 'nix' to print build log output to stderr rather than
    showing the last log line in the progress bar. Log lines are prefixed
    by the name of the derivation (minus the version string), e.g.
    
      binutils> make[1]: Leaving directory '/build/binutils-2.31.1'
      binutils-wrapper> unpacking sources
      binutils-wrapper> patching sources
      ...
      binutils-wrapper> Using dynamic linker: '/nix/store/kr51dlsj9v5cr4n8700jliyz8v5b2q7q-bootstrap-stage0-glibc/lib/ld-linux-x86-64.so.2'
      bootstrap-stage2-gcc-wrapper> unpacking sources
      ...
      linux-headers> unpacking sources
      linux-headers> unpacking source archive /nix/store/8javli69jhj3bkql2c35gsj5vl91p382-linux-4.19.16.tar.xz
    edolstra committed May 15, 2019
    Copy the full SHA
    66b8a62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2810 from NixOS/print-build-logs

    nix: Add --print-build-logs flag
    edolstra committed May 15, 2019
    Copy the full SHA
    8f6c72f View commit details
    Browse the repository at this point in the history