···44 # build a getent that itself doesn't see anything in /etc/hosts and
55 # /etc/nsswitch.conf, by using libredirect to steer its own requests to
66 # /dev/null.
77- # This means is /has/ to go via nscd to actuallly resolve any of the
77+ # This means is /has/ to go via nscd to actually resolve any of the
88 # additionally configured hosts.
99 getent' = pkgs.writeScript "getent-without-etc-hosts" ''
1010 export NIX_REDIRECTS=/etc/hosts=/dev/null:/etc/nsswitch.conf=/dev/null
+1-1
pkgs/by-name/li/libredirect/package.nix
···95959696 ''
9797 + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) ''
9898- # dylib will be rejected unless dylib rpath gets explictly set
9898+ # dylib will be rejected unless dylib rpath gets explicitly set
9999 install_name_tool \
100100 -change $libName $out/lib/$libName \
101101 $out/lib/$libName