aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2022-06-15 09:02:36 -0400
committerGitHub <noreply@github.com>2022-06-15 09:02:36 -0400
commitdae4a8a6c8d8dfde3292d3e9e05977bc13648bda (patch)
treec767354bad401e22630f2fec518c8d58e0604a48 /doc/manual/src/release-notes
parentffd41d17571478083666cc07764011c97c39b21c (diff)
Apply suggestions from code review
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
Diffstat (limited to 'doc/manual/src/release-notes')
-rw-r--r--doc/manual/src/release-notes/rl-next.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 5749f3924..9684a70d4 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -7,3 +7,5 @@
with other commands that use `--file` and `--expr`. Primary breaking change
is for the common usage of `nix repl '<nixpkgs>'` which can be recovered with
`nix repl --file '<nixpkgs>'` or `nix repl --expr 'import <nixpkgs>{}'`
+
+ This is currently guarded by the 'repl-flake' experimental feature