Files
lix/doc/manual/rl-next/repl-flake.md
T
KFearsandJade Lovelace 2c21882767 feat!: remove experimental repl-flakes
This is a backport of CppNix PR 10299

Fixes #557

Change-Id: I848e8c5af4bde09afba053a5911fbbd54004fbb8
2025-03-17 16:01:53 -07:00

11 lines
494 B
Markdown

---
synopsis: Remove experimental repl-flake
issues: [gh#10103, fj#557]
cls: [2147]
prs: [gh#10299]
category: Breaking Changes
credits: [detroyejr, kfears]
---
The `repl-flake` experimental feature flag has been removed, its functionality is now the default when `flakes` experimental feature is active. 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).