2003-11-19 17:27:16 +00:00
|
|
|
{system, derivations, manifest}:
|
|
|
|
|
|
|
|
derivation {
|
|
|
|
name = "user-environment";
|
|
|
|
system = system;
|
|
|
|
builder = ./builder.pl;
|
|
|
|
derivations = derivations;
|
|
|
|
manifest = manifest;
|
2007-04-27 22:40:59 +00:00
|
|
|
|
|
|
|
# !!! grmbl, need structured data for passing this in a clean way.
|
|
|
|
active = map (x: if x ? meta && x.meta ? active then x.meta.active else "true") derivations;
|
2003-11-19 17:27:16 +00:00
|
|
|
}
|