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: b4e260d88744
Choose a base ref
...
head repository: NixOS/nix
compare: d823381c0a82
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 6, 2019

  1. nix doctor: add more logging output to checks

    When running nix doctor on a healthy system, it just prints the store URI and
    nothing else. This makes it unclear whether the system is in a good state and
    what check(s) it actually ran, since some of the checks are optional depending
    on the store type.
    
    This commit updates nix doctor to print an colored log message for every check
    that it does, and explicitly state whether that check was a PASS or FAIL to make
    it clear to the user whether the system passed its checkup with the doctor.
    
    Fixes #3084
    bhipple committed Oct 6, 2019
    Copy the full SHA
    c5bd564 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Copy the full SHA
    d823381 View commit details
    Browse the repository at this point in the history