repl: fix repl-overlays in pure eval mode

The reason this gets hit is because of the debugger in flakes. Otherwise
you never have a repl in pure mode anyway.

We evaluate the repl-overlay file in impure mode but this doesn't do
what one would initially expect.

Fixes: https://git.lix.systems/lix-project/lix/issues/777
Change-Id: I19b8ed2f5e9ce500b633b13301b42df69ab7deb3
This commit is contained in:
Jade Lovelace
2025-06-25 14:15:37 +00:00
committed by jade
parent 38850e59e1
commit 276add2cd7
6 changed files with 44 additions and 1 deletions
@@ -0,0 +1,3 @@
info: final: prev: {
foo = 2;
}