Files
nixpkgs/pkgs
sternenseemann b398d00903 trivial-builders: merge passAsFile with env in runCommand'
Previously it was awkward to use the runCommand-variants with
passAsFile as a double definition of passAsFile would potentially
break runCommand: passAsFile would overwrite the previous definition,
defeating the purpose of setting it in runCommand in the first place.
This is now fixed by concatenating the [ "buildCommand" ] list with
one the one from env, if present.

Adjust buildEnv where passAsFile = null; was passed in some cases,
breaking evaluation since it'd evaluate to [ "buildCommand" ] ++ null.
2021-03-18 19:56:40 +01:00
..
2021-03-15 00:40:27 +00:00
2021-03-15 18:16:53 +00:00
2021-03-16 12:25:48 +00:00
2021-03-16 12:25:48 +00:00
2021-03-16 18:18:29 +00:00