summary refs log tree commit diff
path: root/doc/using/overlays.chapter.md
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-06-07 06:02:29 -0700
committerGitHub <noreply@github.com>2021-06-07 06:02:29 -0700
commit2f92034d30bc7f8708b8f8cef134b67ad2670a3f (patch)
tree528c3d53c5b6892b866911355d316f12a2a30e7a /doc/using/overlays.chapter.md
parent1c50387848bb0d24cb737390322761410b482667 (diff)
parent3c78ad2561a831dcbe6e193465f787019638d56b (diff)
downloadnixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.gz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.bz2
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.lz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.xz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.zst
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.zip
Merge pull request #125838 from jtojnar/strict-commonmark
doc: Parse as CommonMark
Diffstat (limited to 'doc/using/overlays.chapter.md')
-rw-r--r--doc/using/overlays.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/overlays.chapter.md b/doc/using/overlays.chapter.md
index 21efe467b84..037580583b6 100644
--- a/doc/using/overlays.chapter.md
+++ b/doc/using/overlays.chapter.md
@@ -63,7 +63,7 @@ The second argument (`super`) corresponds to the result of the evaluation of the
 
 The value returned by this function should be a set similar to `pkgs/top-level/all-packages.nix`, containing overridden and/or new packages.
 
-Overlays are similar to other methods for customizing Nixpkgs, in particular the `packageOverrides` attribute described in <xref linkend="sec-modify-via-packageOverrides"/>. Indeed, `packageOverrides` acts as an overlay with only the `super` argument. It is therefore appropriate for basic use, but overlays are more powerful and easier to distribute.
+Overlays are similar to other methods for customizing Nixpkgs, in particular the `packageOverrides` attribute described in [](#sec-modify-via-packageOverrides). Indeed, `packageOverrides` acts as an overlay with only the `super` argument. It is therefore appropriate for basic use, but overlays are more powerful and easier to distribute.
 
 ## Using overlays to configure alternatives {#sec-overlays-alternatives}