Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/nsswitch: use symlinkJoin instead of makeLibaryPath to build sy…
…stem.nssModules.path This makes this point to a single folder, not a colon-separated list of directories, which makes it much easier to symlink to it (what the next commit does). This makes overriding *already existing* NSS modules harder, as we can't just pretend to the list, but it's probably a good idea to explicitly handle this, instead of silently shadowing - plus, I'm not aware of anything in nixpkgs actually overwriting existing NSS modules.
- Loading branch information