|
|
|
|
|
by techjamie
2 hours ago
|
|
LLMs are fantastic for helping with Nix stuff. Particularly the error logs, because Nix errors are atrocious to read. Being able to throw the error at an LLM and have it get to the point of what I need to fix is nice. I've also had it build me a nix flake for a piece of software that wasn't in the repo and save me a ton of effort running it. If it can solve Nix issues that well, given how relatively obscure Nix is, I don't think it'll struggle with most topics. Though the entire Nix repo being written in Nix and on GitHub might give it a huge boost in training visibility. It's not like other Linux topics aren't also very well represented though. |
|