Fix nested list in buildInputs#91
Conversation
|
If anyone can give me an approval that this works, I can merge this. @Aozora-Wings feel free to test this :) |
Artturin
left a comment
There was a problem hiding this comment.
in mkDerivation conditional values shouldn't (usually) go in // because that doesn't perform deep merging and is a footgun for the future when others add args before // and they get overriden.
When you see a mkDerivation ({} // optionalAttrs x {}) in nixpkgs it's usually because something had to be fixed but doing it properly would have caused too many rebuilds
|
Okay thanks for the insight. |
Fixes #90