From a09d0e19c11a9b92cfca3898ccf8c32a04a7973c Mon Sep 17 00:00:00 2001 From: Jonathan De Troye Date: Fri, 29 Mar 2024 08:57:41 -0400 Subject: [PATCH] flakes: Reword doc/manual/rl-next/remove-repl-flake.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> --- doc/manual/rl-next/remove-repl-flake.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/manual/rl-next/remove-repl-flake.md b/doc/manual/rl-next/remove-repl-flake.md index a4ddeaf59..23298e2ed 100644 --- a/doc/manual/rl-next/remove-repl-flake.md +++ b/doc/manual/rl-next/remove-repl-flake.md @@ -5,8 +5,4 @@ issues: 10103 prs: 10299 --- -This PR removes the repl-flake feature that was adopted to provide a migration path when changing the behavior of `nix repl`. Moving forward this command will behave more like the rest of the modern cli. - -- Removes any repl-flake references. -- Removes the parts of `applyDefaultInstallables` that are no longer needed in repl.cc. -- Fix/Add any tests. +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).*