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: aa3dde806e0b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c01ac3ed129f
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 26, 2020

  1. nixos/nsswitch: Make databases more configurable

    Instead of hardcoding all nss modules that are added into nsswitch,
    there are now options exposed.
    This allows users to add own nss modules (I had this issue with
    winbindd, for example).
    Also, nss modules could be moved to their NixOS modules which would
    make the nsswitch module slimmer.
    
    As the lists are now handled by the modules system, we can use mkOrder
    to ensure a proper order as well as mkForce to override one specific
    database type instead of the entire file.
    dasJ committed Apr 26, 2020
    Copy the full SHA
    bc2a4b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Copy the full SHA
    edddc7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85998 from helsinki-systems/make-nsswitch-more-fl…

    …exible
    
    nixos/nsswitch: Make databases more configurable
    flokli committed Apr 28, 2020
    Copy the full SHA
    c01ac3e View commit details
    Browse the repository at this point in the history