Hacker News new | ask | show | jobs
by yencabulator 796 days ago
Nix builds suck for development because there is no incrementality there. Any source file changes in any way, and your typical nix flake will rebuild the project from scratch. At best, you get to reuse builds of dependencies.