Fix buildenv

This commit is contained in:
William A. Kennington III 2015-10-30 18:09:30 -07:00
parent 00c9039141
commit 1496b0f6a1

View File

@ -38,7 +38,7 @@
}: }:
runCommand name runCommand name
{ inherit manifest ignoreCollisions passthru pathsToLink extraPrefix postBuild buildInputs; rec { inherit manifest ignoreCollisions passthru pathsToLink extraPrefix postBuild buildInputs;
pkgs = builtins.toJSON (map (drv: { pkgs = builtins.toJSON (map (drv: {
paths = paths =
[ drv ] [ drv ]