about summary refs log tree commit diff
path: root/doc/hooks/index.xml
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-04-16 17:17:46 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-04-16 17:17:46 +0200
commite77e09c5d2d863d5b0500d08ee6afae7895da723 (patch)
treea88b22bda134039d2ff8b6b6ae90ce6fc58d0755 /doc/hooks/index.xml
parent2f336f4efdcb4d02e3c5bedb43525e5af271137a (diff)
postgresqlTestHook: init
Diffstat (limited to 'doc/hooks/index.xml')
-rw-r--r--doc/hooks/index.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/hooks/index.xml b/doc/hooks/index.xml
new file mode 100644
index 0000000000000..dca07819c6239
--- /dev/null
+++ b/doc/hooks/index.xml
@@ -0,0 +1,10 @@
+<chapter xmlns="http://docbook.org/ns/docbook"
+         xmlns:xlink="http://www.w3.org/1999/xlink"
+         xmlns:xi="http://www.w3.org/2001/XInclude"
+         xml:id="chap-hooks">
+ <title>Hooks reference</title>
+ <para>
+  Nixpkgs has several hook functions that add augment the stdenv phases.
+ </para>
+ <xi:include href="./postgresql-test-hook.section.xml" />
+</chapter>