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:
@@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user