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: cc2880a7b6e5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1be056ca30df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 5, 2018

  1. nixos/documentation: Correct use of lib.optional

    lib.optional returns a singleton or an empty list. Therefore the
    argument does not need to be wrapped in a list.
    An alternative patch could have used lib.optionals but seems like no
    more elements are going to be added to the optional list.
    JohnAZoidberg committed May 5, 2018
    Configuration menu
    Copy the full SHA
    4365011 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40000 from JohnAZoidberg/docmodule-optional-fix

    nixos/documentation: Correct use of lib.optional
    joachifm committed May 5, 2018
    Configuration menu
    Copy the full SHA
    1be056c View commit details
    Browse the repository at this point in the history