nix-pills
nix-pills copied to clipboard
Remove usage of `baseInputs` to avoid confusion?
I'm coming from #87. Reading through Nix Pills, I can still find numerous references to baseInputs that caused great confusion on my end as a newcomer when transitioning to mkDerivation, please take the time to get rid of things that aren't used in the mkDerivation at all, because you end up in false assumptions from the things you learned previously.
Unlearning is significantly harder than learning.