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

Commits on Sep 27, 2017

  1. nixos(spamassassin): provide /etc/spamassassin to fix sa-learn et al

    Spamassassin expects its system-wide configuration at /etc/spamassassin, and
    some user tools (like sa-learn) need to read those configuration files.
    Therefore, we provide a symlink from /etc/spamassassin to the appropriate Nix
    store path to make sure those tools work without the user having to pass an
    elaborate --siteconfig path that, potentially, changes every time the system
    updates.
    
    Fixes #29414.
    
    (cherry picked from commit bfab392)
    peti committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    a30571c View commit details
    Browse the repository at this point in the history
  2. nixos(spamassassin): fix trailing whitespace

    (cherry picked from commit 99e2459)
    peti committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    11d0942 View commit details
    Browse the repository at this point in the history