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: 15995ea2b29d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 159a5f31bc85
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 5, 2018

  1. nixos/rspamd: Fix enable for locals and overrides

    When implementing #49620 I included an enable option for both the
    locals and overrides options but the code writing the files didn't
    actually look at enable and so would write the file regardless of its
    value. I also set the type to loaOf which should have been attrsOf
    since the code was not written to handle the options being lists.
    
    This fixes both of those issues.
    griff committed Nov 5, 2018
    Copy the full SHA
    c853b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Merge pull request #49792 from griff/rspamd-multifile-enable

    nixos/rspamd: Fix enable for locals and overrides
    fpletz committed Nov 6, 2018
    Copy the full SHA
    159a5f3 View commit details
    Browse the repository at this point in the history