mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02: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:
parent
50885b81c9
commit
a09d0e19c1
1 changed files with 1 additions and 5 deletions
|
@ -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.
|
|
||||||
|
|
Loading…
Reference in a new issue