Hacker News new | ask | show | jobs
by ris 1809 days ago
> I am also interested in using Nix for building

Two reasons to avoid this:

- Performance, an item in the store for each object file seems very appealing but would be horrifically slow for anything large.

- Ironically, it would make it tricky to build a Nix package for the result, because recursive Nix is not a thing.