about summary refs log tree commit diff
path: root/doc/build-helpers
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2024-03-27 19:39:55 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2024-03-28 09:28:12 +0100
commitbc5ee2b8f8c1b6a0f1e80a103ccd77febe85f8cc (patch)
treebdb2ed01fa20d298091e01a08029b556a2c95872 /doc/build-helpers
parentfcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec (diff)
treewide: Switch markdown placeholder from "..." to <...>
We use angle brackets since they look a lot like a placeholder while
also being valid nix code, as suggested by roberth here: https://github.com/NixOS/nixpkgs/pull/299554#discussion_r1541797970
Diffstat (limited to 'doc/build-helpers')
-rw-r--r--doc/build-helpers/fetchers.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-helpers/fetchers.chapter.md b/doc/build-helpers/fetchers.chapter.md
index 123585c6dd2da..5c7c3257e6d4b 100644
--- a/doc/build-helpers/fetchers.chapter.md
+++ b/doc/build-helpers/fetchers.chapter.md
@@ -123,7 +123,7 @@ Here is an example of `fetchDebianPatch` in action:
 buildPythonPackage rec {
   pname = "pysimplesoap";
   version = "1.16.2";
-  src = "...";
+  src = <...>;
 
   patches = [
     (fetchDebianPatch {