services.nscd.package
NixOS option
package containing the nscd binary to be used by the service. Ignored when enableNsncd is set to true.
type: packageDefault
declared in: nixos/modules/services/system/nscd.nixView source on NixOS/nixpkgs →if pkgs.stdenv.hostPlatform.libc == "glibc" then pkgs.stdenv.cc.libc.bin else pkgs.glibc.bin;