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/nixpkgs
base: 6b24a1b8c1ae
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b9bf8460808e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Dec 22, 2019

  1. nixos/nixos-installer: add flags for verbosity and build logs

    When installing a fresh NixOS system it occasionally happens that you
    encounter issues that are rather hard to track down since
    `nixos-install(8)` doesn't provide any debugging flags.
    
    This patch adds `-L` to force `nix build` to display the build-log on
    stderr and `-v` to increase the log-level of Nix.
    Ma27 committed Dec 22, 2019
    Copy the full SHA
    1fc248a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. Merge pull request #76189 from Ma27/nixos-install-verbosity-level

    nixos/nixos-installer: add flags for verbosity and build logs
    lheckemann committed Dec 28, 2019
    Copy the full SHA
    b9bf846 View commit details
    Browse the repository at this point in the history