|
|
|
|
|
by inahga
391 days ago
|
|
What's been driving me batshit is when nixos-rebuild decides it wants to build from source. I just burned an hour the other day trying to update, and getting stuck because Nix decided my little old laptop needed to compile node.js from source. Had to trial-and-error remove packages to figure out which one was transitively pulling in node.js. It turned out to be ansible... which is a pure python tool. Beats me. There's also some cases where it wants to build Android Studio from source. I've just removed it and now run it in a VM. I'm sure I'm doing it wrong, and I'm sure nixos-rebuild has a reason to build things from source, and maybe I'm not RTFMing hard enough. But good god, I just need my system to update. |
|