buildEnv to support passthru
This commit is contained in:
parent
4fd6168e8a
commit
84030ee1f0
@ -23,10 +23,12 @@
|
||||
|
||||
, # Shell command to run after building the symlink tree.
|
||||
postBuild ? ""
|
||||
|
||||
, passthru ? {}
|
||||
}:
|
||||
|
||||
runCommand name
|
||||
{ inherit manifest paths ignoreCollisions pathsToLink postBuild;
|
||||
{ inherit manifest paths ignoreCollisions passthru pathsToLink postBuild;
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user