1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-21 11:30:30 -04:00
nix/doc/manual/rl-next/remove-repl-flake.md

9 lines
347 B
Markdown
Raw Normal View History

2024-03-22 21:39:48 -04:00
---
synopsis: Remove experimental repl-flake
2024-03-23 06:31:49 -04:00
significance: significant
2024-03-22 21:39:48 -04:00
issues: 10103
prs: 10299
---
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).*