buildEnv to support passthru

This commit is contained in:
Florian Friesdorf 2014-07-10 00:07:12 +02:00
parent 4fd6168e8a
commit 84030ee1f0

View file

@ -23,10 +23,12 @@
, # Shell command to run after building the symlink tree. , # Shell command to run after building the symlink tree.
postBuild ? "" postBuild ? ""
, passthru ? {}
}: }:
runCommand name runCommand name
{ inherit manifest paths ignoreCollisions pathsToLink postBuild; { inherit manifest paths ignoreCollisions passthru pathsToLink postBuild;
preferLocalBuild = true; preferLocalBuild = true;
} }
'' ''