diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-07 17:13:16 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-12-12 14:05:54 +0100 |
commit | fa409131cd74b3eb1bd37230e74f9a9314b34066 (patch) | |
tree | 47893406e5ca3864a90024b3c0667ac13aae1ac0 | |
parent | fd0ed7511818ba871dc3e28796ec1d0ca57b22ec (diff) |
Add links to the manual
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 160537f41..f9a0063ee 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -3,7 +3,10 @@ * The `repeat` and `enforce-determinism` options have been removed since they had been broken under many circumstances for a long time. -* You can now use flake references in the old CLI, e.g. +* You can now use [flake references] in the [old command line interface], e.g. + + [flake references]: ../command-ref/new-cli/nix3-flake.md#flake-references + [old command line interface]: ../command-ref/main-commands.md ``` # nix-build flake:nixpkgs -A hello |