mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
flakes: adopt repl-flake behavior as default
This commit is contained in:
parent
ea2fa8b6f3
commit
13ed5d7106
5 changed files with 9 additions and 10 deletions
|
@ -163,6 +163,8 @@ constexpr std::array<ExperimentalFeatureDetails, 14> xpFeatureDetails = {{
|
|||
.tag = Xp::ReplFlake,
|
||||
.name = "repl-flake",
|
||||
.description = R"(
|
||||
*Enabled with [`flakes`](#xp-feature-flakes) since 2.19*
|
||||
|
||||
Allow passing [installables](@docroot@/command-ref/new-cli/nix.md#installables) to `nix repl`, making its interface consistent with the other experimental commands.
|
||||
)",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue