mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
doc/rl-next: Add repl-reload-flakes
This commit is contained in:
parent
e056cdc2a9
commit
b7b1ca9a3f
1 changed files with 9 additions and 0 deletions
9
doc/manual/rl-next/repl-reload-flakes.md
Normal file
9
doc/manual/rl-next/repl-reload-flakes.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue