ethereum.nix
ethereum.nix copied to clipboard
vouch: remove duplication
If we want to maintain multiple versions of packages, how do we reduce the duplication of definitions?
Exploring this as a pattern, but it can take many different forms. The builder could be attached to a per-system lib. One thing I wanted to do is have the builder be easily extensible so it can override any of the original build attributes.
I was playing with making the builder more easily overridable, but then it's more lines of code