diff options
author | Solène Rapenne <solene.rapenne@tweag.io> | 2022-12-13 11:46:03 +0100 |
---|---|---|
committer | Solène Rapenne <solene.rapenne@tweag.io> | 2022-12-13 11:47:38 +0100 |
commit | e43b0f5b129109ae3785431d470728cf69e1c621 (patch) | |
tree | db870b230958991beb38c64ba1bf4d2e501f3c79 /src/libcmd/common-eval-args.cc | |
parent | ae27181f16c3b4be011e6ef23d95ff9ccdaae76b (diff) |
documentation: link flake URL term to definition
Diffstat (limited to 'src/libcmd/common-eval-args.cc')
-rw-r--r-- | src/libcmd/common-eval-args.cc | 2 |
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, ``` |