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: cfcc9757982a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a3a441cd870e
Choose a head ref
  • 2 commits
  • 105 files changed
  • 1 contributor

Commits on Oct 8, 2019

  1. 4
    Copy the full SHA
    5aa4b19 View commit details
    Browse the repository at this point in the history
  2. nixos/tests/{ferm,networking}: fix eval with networkd

    The networking.virtual test does not work with networkd yet, for
    multiple reasons:
    
    - network-online.target is not reached, because tun0 and tap0 are
      considered as required for online but _not_ brought up or assigned
      the configured addresses
    - the commands later in the test rely on some units from the scripted
      network setup
    
    cc @fpletz networkd exper
    cc @globin we looked at this together
    lheckemann committed Oct 8, 2019
    Copy the full SHA
    a3a441c View commit details
    Browse the repository at this point in the history