mirror of
https://github.com/NixOS/nix.git
synced 2025-12-16 05:51:05 +01:00
452 B
452 B
| synopsis | significance | 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
applyDefaultInstallablesthat are no longer needed in repl.cc. - Fix/Add any tests.