repl-characterization: delete duplicate extra_data directory

idk how this mistake happened but it was really confusing to figure out
which one of these was right, so let's get rid of the impostor.

Change-Id: If3b6fb543e5976b1edad68fb143bfa994d1d6381
This commit is contained in:
Jade Lovelace
2025-06-24 22:20:28 +00:00
committed by jade
parent 42e2bd045c
commit 38850e59e1
5 changed files with 0 additions and 19 deletions
@@ -1 +0,0 @@
info: final: prev: builtins.abort "uh oh!"
@@ -1 +0,0 @@
{currentSystem}: 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";
}