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

Commits on Nov 12, 2019

  1. nixos/wpa_supplicant: fix unit-start script

    Ever since setting up bonding the `wpa_supplicant-unit-start` script has
    been failing. This is because the file `bonding_masters` in
    `/sys/class/net/` is *not* a directory containing `uevent`.
    
    Adding a test to verify the `uevent` path to be sourced exists resolves
    the problem.
    toonn committed Nov 12, 2019
    Copy the full SHA
    82fc9ab View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request #73299 from toonn/wpa_supplicant-unit-start-bonding

    nixos/wpa_supplicant: fix unit-start script
    globin committed Nov 26, 2019
    Copy the full SHA
    c33110d View commit details
    Browse the repository at this point in the history