mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
a09d0e19c1
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
8 lines
347 B
Markdown
8 lines
347 B
Markdown
---
|
|
synopsis: Remove experimental repl-flake
|
|
significance: significant
|
|
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).*
|