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

Commits on Nov 10, 2017

  1. babeld module: separate default options by space

    In the previous version multiple default values would generate an
    invalid babeld config file since all options would be concatenated
    without any separator.
    andir committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    236a7c5 View commit details
    Browse the repository at this point in the history
  2. babeld module: support non-boolean default arguments

    Previosuly only boolean values would be rendered properly. All other
    values would cause an error. Even the example configuration did fail.
    andir committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    5d90737 View commit details
    Browse the repository at this point in the history
  3. babeld module: updated example config

    Previosuly the example config did feature the deprecated `wired`
    paramter. Wired can now be configured using the `type` parameter.
    andir committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    5feed06 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Merge pull request #31477 from andir/fix-babeld-config

    Fix babeld config
    fpletz committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    06d0ba1 View commit details
    Browse the repository at this point in the history