1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 23:40:24 -04:00
nix/doc/manual/rl-next/remove-repl-flake.md
2024-03-22 21:39:48 -04:00

451 B

synopsis significant issues prs
Remove experimental repl-flake significant 10103 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.