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: ce78f3ac7010
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: eff447b32175
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 1, 2019

  1. lib.kernel: make public

    Remove the "version" parameter in order to make it more widely
    available.
    Starts making some kernel configuration helpers available.
    The intent is to be able to better build and check the linux kernel
    configuration.
    teto committed Oct 1, 2019
    Copy the full SHA
    afa0e02 View commit details
    Browse the repository at this point in the history
  2. lib.kernel: scoped whenXXX helpers

    whenAtLeast/whenBetween are made available in lib/kernel.nix but are now
    scoped under whenXXX.
    teto committed Oct 1, 2019
    Copy the full SHA
    a4fe469 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Merge pull request #70157 from teto/lib_kernel

    Add lib.kernel
    infinisil committed Mar 12, 2020
    Copy the full SHA
    eff447b View commit details
    Browse the repository at this point in the history