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: 18a7c1df643a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9b696718bbe7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 23, 2018

  1. nixos: set nixos in nixPath

    This makes using the nixos channel work out of the box with the new
    Nix commands. For example:
    
    $ nix run nixos.firefox -c firefox
    
    Fixes #46536
    matthewbauer committed Sep 23, 2018
    Copy the full SHA
    95f3107 View commit details
    Browse the repository at this point in the history
  2. kde: add kdoctools to default environment

    khelpcenter needs meinproc5 to work properly. Hopefully doesn’t effect
    closure sizes too much - kdoctools is rather small.
    
    Fixes #46539
    
    /cc @ttuegel
    matthewbauer committed Sep 23, 2018
    Copy the full SHA
    cb52ea4 View commit details
    Browse the repository at this point in the history
  3. nixos: make firefox default browser

    Without this the graphical installer has no way to open the manual.
    You can fix it yourself by installing any HTML browser but this might
    be unfamiliar to users new to NixOS and without any other way to open
    the manual. The downside is it will also increase download sizes.
    
    Fixes #46537
    matthewbauer committed Sep 23, 2018
    Copy the full SHA
    9b69671 View commit details
    Browse the repository at this point in the history