mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02: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.