diff --git a/doc/manual/rl-next/repl-reload-flakes.md b/doc/manual/rl-next/repl-reload-flakes.md new file mode 100644 index 000000000..c4ffc8bac --- /dev/null +++ b/doc/manual/rl-next/repl-reload-flakes.md @@ -0,0 +1,9 @@ +--- +synopsis: "REPL `:load-flake` and `:reload` now work together" +issues: [8753] +prs: [13180] +--- + +Previously, `:reload` only reloaded the files specified with `:load` (or on the command line). +Now, it also works with the flakes specified with `:load-flake` (or on the command line). +This makes it correctly reload everything that was previously loaded, regardless of what sort of thing (plain file or flake) each item is.