about summary refs log tree commit diff
path: root/doc/hooks/postgresql-test-hook.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks/postgresql-test-hook.section.md')
-rw-r--r--doc/hooks/postgresql-test-hook.section.md2
1 files changed, 1 insertions, 1 deletions
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
   ];