Skip to content
This repository was 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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18a7c1df643a
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa3e193e2722
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

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
  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
  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
  4. haskellPackages.Frames: use overrideScope instead of override

    (cherry picked from commit f1f2c2d3fc74d52f445f08f0f0410d1be586532b)
    basvandijk committed Sep 23, 2018
    Copy the full SHA
    21808ec View commit details
  5. haskellPackages.safe-money-*: use overrideScope instead of override

    (cherry picked from commit 2481b366f6ea964889d1010e4159055cef7b5b95)
    basvandijk committed Sep 23, 2018
    Copy the full SHA
    d99f352 View commit details
  6. haskellPackages.yi-core: use overrideScope instead of override

    (cherry picked from commit 2de9705b9fcaa3650ea85a9f5e2aee834948fc8f)
    basvandijk committed Sep 23, 2018
    Copy the full SHA
    aeb114f View commit details
  7. haskellPackages.haddock-api: fix build

    Also remove haddock-library == 1.4.4 since it's not needed anymore
    
    (cherry picked from commit 77c73cc8eb29da2154d2e9087d7efd7fd9af10f9)
    basvandijk committed Sep 23, 2018
    Copy the full SHA
    fa3e193 View commit details
Loading