tests(f2/repl): migrate failing pure eval test

Change-Id: Ic8db38346c2420b2d3c5ab51fe71ef0b88f826b3
This commit is contained in:
rootile
2026-06-11 16:27:49 +02:00
parent a50b85b7d6
commit da9f0c494e
5 changed files with 25 additions and 10 deletions
@@ -1,3 +0,0 @@
info: final: prev: {
foo = 2;
}
@@ -1,3 +0,0 @@
{
cat.meowy = true;
}
@@ -1,9 +0,0 @@
Checks that repl-overlays work correctly in pure eval mode
@args --pure-eval
@args --repl-overlays
@args ${PWD}/extra_data/repl-overlay-trivial.nix
nix-repl> foo
2
nix-repl> :quit