about summary refs log tree commit diff
path: root/nixpkgs/doc/hooks/ninja.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/doc/hooks/ninja.section.md')
-rw-r--r--nixpkgs/doc/hooks/ninja.section.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/doc/hooks/ninja.section.md b/nixpkgs/doc/hooks/ninja.section.md
new file mode 100644
index 000000000000..4b0e33feb5c3
--- /dev/null
+++ b/nixpkgs/doc/hooks/ninja.section.md
@@ -0,0 +1,3 @@
+# ninja {#ninja}
+
+Overrides the build, install, and check phase to run ninja instead of make. You can disable this behavior with the `dontUseNinjaBuild`, `dontUseNinjaInstall`, and `dontUseNinjaCheck`, respectively. Parallel building is enabled by default in Ninja.