nix-super/doc/manual/rl-next/remove-repl-flake.md

13 lines
452 B
Markdown
Raw Normal View History

2024-03-23 03:39:48 +02:00
---
synopsis: Remove experimental repl-flake
2024-03-23 12:31:49 +02:00
significance: significant
2024-03-23 03:39:48 +02:00
issues: 10103
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.
- Removes any repl-flake references.
- Removes the parts of `applyDefaultInstallables` that are no longer needed in repl.cc.
- Fix/Add any tests.