aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcmd')
-rw-r--r--src/libcmd/common-eval-args.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/common-eval-args.cc b/src/libcmd/common-eval-args.cc
index 9efd0158d..0e321e5e4 100644
--- a/src/libcmd/common-eval-args.cc
+++ b/src/libcmd/common-eval-args.cc
@@ -86,7 +86,7 @@ MixEvalArgs::MixEvalArgs()
-I nixpkgs=https://nixos.org/channels/nixos-21.05/nixexprs.tar.xz
```
- You can also fetch source trees using flake URLs and add them to the
+ You can also fetch source trees using [flake URLs](./nix3-flake.md#url-like-syntax) and add them to the
search path. For instance,
```