1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

* Remove those storePath attribute sets, we don't need 'em.

This commit is contained in:
Eelco Dolstra 2006-08-25 17:09:55 +00:00
parent e5678b3435
commit 4b66cebe7b
2 changed files with 2 additions and 18 deletions

View file

@ -192,12 +192,7 @@ static void createUserEnv(EvalState & state, const DrvInfos & elems,
makeBind(toATerm("derivations"),
makeList(ATreverse(inputs)), makeNoPos()),
makeBind(toATerm("manifest"),
makeAttrs(ATmakeList2(
makeBind(toATerm("type"),
makeStr(toATerm("storePath")), makeNoPos()),
makeBind(toATerm("outPath"),
makePath(toATerm(manifestFile)), makeNoPos())
)), makeNoPos())
makePath(toATerm(manifestFile)), makeNoPos())
)));
/* Instantiate it. */