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: 1fb0d3d158c1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6b74d2ca07de
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 29, 2017

  1. linuxPackages.spl: simplify expression

    This package only contains a kernel module.
    fpletz committed Dec 29, 2017
    7
    Copy the full SHA
    84d8ef6 View commit details
    Browse the repository at this point in the history
  2. linuxPackages.zfs: use correct kernel module build flag

    In this expression the boolean flags `buildUser` and `buildKernel` determine
    if either userspace tools or the kernel module is being built.
    
    cc #33166
    fpletz committed Dec 29, 2017
    Copy the full SHA
    6b74d2c View commit details
    Browse the repository at this point in the history