mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/tests/nscd: fix typo
This commit is contained in:
parent
a36c8c9eb5
commit
045211b428
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import ./make-test-python.nix (
|
|||
# build a getent that itself doesn't see anything in /etc/hosts and
|
||||
# /etc/nsswitch.conf, by using libredirect to steer its own requests to
|
||||
# /dev/null.
|
||||
# This means is /has/ to go via nscd to actuallly resolve any of the
|
||||
# This means is /has/ to go via nscd to actually resolve any of the
|
||||
# additionally configured hosts.
|
||||
getent' = pkgs.writeScript "getent-without-etc-hosts" ''
|
||||
export NIX_REDIRECTS=/etc/hosts=/dev/null:/etc/nsswitch.conf=/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue