feat(build): add options for arguments passed only to dependencies or the binary derivation #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "distinct-args"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is important when you want e.g. wrap the output binary with for example
postInstall.This is not possible in the current implementation,
because
$out/bin/my-appdoes not exist in the dependency derivation.With the changes it will be possible to write the above as:
@aviac menton so you know about that change