mirror of
https://github.com/NixOS/nix.git
synced 2025-12-20 07:51:07 +01:00
424 B
424 B
| synopsis | issues | prs | ||
|---|---|---|---|---|
| REPL `:load-flake` and `:reload` now work together |
|
|
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.