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/nix
base: 53247d6b1169
Choose a base ref
...
head repository: NixOS/nix
compare: 2f853b20df9e
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 27, 2019

  1. Don’t use entire /etc/nsswitch.conf file

    The default nsswitch.conf(5) file in most distros can handle many
    different things including host name, user names, groups, etc. In Nix,
    we want to limit the amount of impurities that come from these things.
    As a result, we should only allow nss to be used for gethostbyname(3)
    and getservent(3).
    
    /cc @Ericson2314
    matthewbauer committed Jun 27, 2019
    Copy the full SHA
    ec0087d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Merge pull request #2975 from matthewbauer/fix-nsswitch-issue

    Don’t use entire /etc/nsswitch.conf file
    edolstra committed Jul 13, 2019
    Copy the full SHA
    2f853b2 View commit details
    Browse the repository at this point in the history