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.
|
, # 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;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user