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

Commits on Jul 10, 2018

  1. nixos/tests/taskserver: fix eval

    Since IP address options were changed for 18.03, eval has failed with:
    "The option `networking.interfaces.eth1.subnetMask' is used but not defined."
    although this option is not used at all in nixos anymore.
    
    The misleading error message seems to be generated from evaluating warnings
    for `mkRemovedOptionModule ["subnetMask"]` which apparently broke here
    when this test inherited network.interfaces from one VM config to another.
    
    Cc: @aszlig
    xeji committed Jul 10, 2018
    1 Configuration menu
    Copy the full SHA
    7ac794f View commit details
    Browse the repository at this point in the history