diff options
author | tomberek <tomberek@users.noreply.github.com> | 2022-06-15 09:02:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 09:02:36 -0400 |
commit | dae4a8a6c8d8dfde3292d3e9e05977bc13648bda (patch) | |
tree | c767354bad401e22630f2fec518c8d58e0604a48 /doc/manual/src/release-notes | |
parent | ffd41d17571478083666cc07764011c97c39b21c (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.md | 2 |
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 |