|
|
|
|
|
by XorNot
435 days ago
|
|
What I can't currently figure out with Nix though is how I kill off dependency explosions though. I want to reach into a big tree of derivations and force library and compiler versions to a single common one so we don't, for example, have 6 rust compilers being used. |
|
The https://codeberg.org/amjoseph/infuse.nix project looks nice as a way to simplify annoying chains of overrides; though I haven't used it personally.