diff options
author | Tom Bereknyei <tomberek@gmail.com> | 2022-05-20 01:49:49 -0400 |
---|---|---|
committer | Tom Bereknyei <tomberek@gmail.com> | 2022-05-20 01:49:49 -0400 |
commit | 82c4af41e3348a87ebc9fb583df09070beadc019 (patch) | |
tree | e72ace1c846d0b02112e123d9f932871db90b623 /doc/manual | |
parent | 542e36c6e7ed5efa3d60e5adfc37ff7bb7e90a41 (diff) |
repl: clarify change and usage of <nixpkgs>
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 096499bc3..6dbf6adae 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -28,4 +28,4 @@ * `nix repl` now takes installables on the command line, unifying the usage 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 nixpkgs` or `nix repl --expr 'import <nixpkgs>{}'` + `nix repl --file '<nixpkgs>'` or `nix repl --expr 'import <nixpkgs>{}'` |