From 045211b428da7449b35a376deeee2bad9bbd773a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 27 Feb 2025 19:20:46 +0100 Subject: [PATCH 1/2] nixos/tests/nscd: fix typo --- nixos/tests/nscd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/nscd.nix b/nixos/tests/nscd.nix index 393c97f61095..75e478725d49 100644 --- a/nixos/tests/nscd.nix +++ b/nixos/tests/nscd.nix @@ -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 From 388b3c37ee8765ec6ed84c3fb5d21145c3ff56ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 27 Feb 2025 19:21:03 +0100 Subject: [PATCH 2/2] libredirect: fix typo --- pkgs/by-name/li/libredirect/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libredirect/package.nix b/pkgs/by-name/li/libredirect/package.nix index ebc52708dded..a19d7151dd56 100644 --- a/pkgs/by-name/li/libredirect/package.nix +++ b/pkgs/by-name/li/libredirect/package.nix @@ -95,7 +95,7 @@ else '' + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) '' - # dylib will be rejected unless dylib rpath gets explictly set + # dylib will be rejected unless dylib rpath gets explicitly set install_name_tool \ -change $libName $out/lib/$libName \ $out/lib/$libName