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: 6294ee2fbdf7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 159760a95538
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2020

  1. nixos/openvpn: path now requires conversion to a string

    Following changes in #91092 the `path` attribute is now a list
    instead of being a string. This resulted resulted in the following evaluation error:
    
    "cannot coerce a list to a string, at [...]/nixos/modules/services/networking/openvpn.nix:16:18"
    
    so we now need to convert it to the right type ourselves.
    
    Closes #97360.
    
    (cherry picked from commit cb14135)
    pbogdan authored and infinisil committed Sep 10, 2020
    Copy the full SHA
    159760a View commit details
    Browse the repository at this point in the history