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: 97071e5e1512
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a7f79620accd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 15, 2018

  1. nixos: Fix build of the manual

    The manual still had a reference to an option that was already renamed
    ages ago and a7ed44c made it 'visible'.
    
    With the visible attribute set to false for extraKernelModules, the
    option no longer appears in the manual and thus breaks the link from the
    manual to the options.
    
    This is easily fixed by referring to boot.initrd.kernelModules instead
    of the obsolete option boot.initrd.extraKernelModules.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @rycee, @matthewbauer
    aszlig committed May 15, 2018
    1 Configuration menu
    Copy the full SHA
    a7f7962 View commit details
    Browse the repository at this point in the history