This is a backport of CppNix PR 10299 Fixes #557 Change-Id: I848e8c5af4bde09afba053a5911fbbd54004fbb8
494 B
494 B
synopsis, issues, cls, prs, category, credits
| synopsis | issues | cls | prs | category | credits | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Remove experimental repl-flake |
|
|
|
Breaking Changes |
|
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).