mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Merge pull request #7455 from rapenne-s/documentation_fix
Add anchors and links to definition
This commit is contained in:
commit
46b3c026fc
2 changed files with 41 additions and 36 deletions
|
@ -77,7 +77,7 @@ MixEvalArgs::MixEvalArgs()
|
|||
branch in the `nixpkgs` repository.
|
||||
|
||||
The URLs of the tarballs from the official `nixos.org` channels
|
||||
(see [the manual page for `nix-channel`](nix-channel.md)) can be
|
||||
(see [the manual page for `nix-channel`](../nix-channel.md)) can be
|
||||
abbreviated as `channel:<channel-name>`. For instance, the
|
||||
following two flags are equivalent:
|
||||
|
||||
|
@ -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,
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue