about summary refs log tree commit diff
path: root/doc/hooks/postgresql-test-hook.section.md
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2023-01-11 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2023-01-21 16:42:10 +0100
commitd26caea94ba77b9bfe127aafe2d9a48b181189e4 (patch)
treefeddae24ee9a83fe7e2805a1a66883e2aee2c757 /doc/hooks/postgresql-test-hook.section.md
parentb7042dc36ab6f812068a59c0dd9fb459841a93f4 (diff)
doc: adapt to nativeCheckInputs
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
   ];