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

Commits on Apr 30, 2019

  1. nixos/znc: Fix config generator for certain null values

    The type of ZNC's config option specifies that a configuration like
    
      config.User.paul = null;
    
    should be valid, which is useful for clearing/disabling property sets
    like Users and Networks. However until now the config generator
    implementation didn't actually cover null values, meaning you'd get an
    error like
    
      error: value is null while a set was expected, at /foo.nix:29:10
    
    This fixes the implementation to correcly allow clearing of property
    sets.
    infinisil committed Apr 30, 2019
    Copy the full SHA
    a27dc9d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Merge pull request #60543 from Infinisil/fix/znc-gen

    nixos/znc: Fix config generator for certain null values
    infinisil committed May 2, 2019
    Copy the full SHA
    e3dfd6a View commit details
    Browse the repository at this point in the history