1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 13:51:16 +02:00

doc/rl-next: Add repl-reload-flakes

This commit is contained in:
John Ericson 2025-05-14 18:11:51 -04:00
parent e056cdc2a9
commit b7b1ca9a3f

View file

@ -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.