Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: a1c31d5e2065
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 9d9b98cdfba4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 7 contributors

Commits on Jun 9, 2019

  1. nixos/documentation: nixos-help: use w3m(1) by default

    It is referenced in various places, but does not work out of the box:
    
    	$ nixos-help
    	/run/current-system/sw/bin/nixos-help: unable to start a web browser; please set $BROWSER
    
    In the user-hidden fallbacks to xdg-open(1) and w3m(1), `nixos-help`
    expects tools to be deliberately installed by users.
    
    For default installations and new users in general, this is unlikely to
    be the case.  Conversely, chances to use `nixos-help` are even higher
    in such cases.
    
    Use w3m-nographics by default to ensure documentation is always
    available.  The documentation browser on ttyS8 already does so, but is
    not accessible in every installation, e.g. VMs with only ttyS0 and SSH
    available.
    
    This obsoletes including it in the base profile's systemPackages,
    so remove the @todo as done.
    klemensn authored and jtojnar committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    03d6c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. buildBazelPackage: fix directory symlink handling

    The previous behaviour would work fine as long as `symlink` is a link to
    a file. If is a link to a directory though, the new `ln` wouldn't
    overwrite it but would create a new link *in that directory* (with the
    name of the link source).
    
    Instead, we can precompute the target location, then first remove the
    symlink and write the new one in its place.
    timokau committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0cfd90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883725b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    6dbb142 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63674 from mweinelt/pr/microcode-intel-20190618

    microcodeIntel: 20190514 -> 20190618
    alyssais committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    69b4d4b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. buildbot: 2.3.0 -> 2.3.1 (#63644)

    lopsided98 authored and veprbl committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    203ea0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63580 from timokau/bazel-symlink-fix

    buildBazelPackage: fix directory symlink handling, disable multithreaded fetching
    kalbasit committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    e0c8a45 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #62891 from jtojnar/nixos-documentation-nixos-help…

    …-use-w3m-1-by-default
    
    nixos/documentation: nixos-help: use w3m(1) by default
    matthewbauer committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    9d9b98c View commit details
    Browse the repository at this point in the history