7 lines
68 B
Nix
7 lines
68 B
Nix
info: final: prev:
|
|
{
|
|
var = prev.var + "c";
|
|
|
|
newVar = "puppy";
|
|
}
|