From d26caea94ba77b9bfe127aafe2d9a48b181189e4 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Wed, 11 Jan 2023 12:00:00 +0000 Subject: doc: adapt to nativeCheckInputs --- doc/hooks/postgresql-test-hook.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/hooks/postgresql-test-hook.section.md') diff --git a/doc/hooks/postgresql-test-hook.section.md b/doc/hooks/postgresql-test-hook.section.md index 64f7fd415b18a..c53d841883e54 100644 --- a/doc/hooks/postgresql-test-hook.section.md +++ b/doc/hooks/postgresql-test-hook.section.md @@ -9,7 +9,7 @@ stdenv.mkDerivation { # ... - checkInputs = [ + nativeCheckInputs = [ postgresql postgresqlTestHook ]; -- cgit 1.4.1