1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

flakes: Reword doc/manual/rl-next/remove-repl-flake.md

Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
This commit is contained in:
Jonathan De Troye 2024-03-29 08:57:41 -04:00 committed by GitHub
parent 50885b81c9
commit a09d0e19c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,4 @@ issues: 10103
prs: 10299 prs: 10299
--- ---
This PR removes the repl-flake feature that was adopted to provide a migration path when changing the behavior of `nix repl`. Moving forward this command will behave more like the rest of the modern cli. The `repl-flake` experimental feature has been removed. The `nix repl` command now works like the rest of the new CLI in that `nix repl {path}` now tries to load a flake at `{path}` (or fails if the `flakes` experimental feature isn't enabled).*
- Removes any repl-flake references.
- Removes the parts of `applyDefaultInstallables` that are no longer needed in repl.cc.
- Fix/Add any tests.