tests(f2/repl): migrate overlay tests

Change-Id: Ibd2b123f919abd84ecb9333bd952cf0bdb813992
This commit is contained in:
rootile
2026-06-11 16:26:34 +02:00
parent cb4703019b
commit a50b85b7d6
16 changed files with 78 additions and 31 deletions
@@ -1,6 +0,0 @@
let
puppy = "doggy";
in
{currentSystem}: final: prev: {
inherit puppy;
}
@@ -1 +0,0 @@
info: final: prev: {}
@@ -1,4 +0,0 @@
info: final: prev:
{
pkgs = final.packages.x86_64-linux;
}
@@ -1,7 +0,0 @@
info: final: prev:
{
var = prev.var + "b";
# We can access the final value of `var` here even though it isn't defined yet:
varUsingFinal = "final value is: " + final.newVar;
}
@@ -1,6 +0,0 @@
info: final: prev:
{
var = prev.var + "c";
newVar = "puppy";
}