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: e0c8a45d5d47
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9d9b98cdfba4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 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
    Copy the full SHA
    03d6c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. 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
    Copy the full SHA
    9d9b98c View commit details
    Browse the repository at this point in the history