▲ | jquaint 3 days ago | |||||||
AI + Nix is indeed amazing! https://github.com/utensils/mcp-nixos Highly recommend this + nix flake check for best results. | ||||||||
▲ | pxc 3 days ago | parent [-] | |||||||
IME LLMs are only useful for very basic completion, answering careful questions about Nixpkgs idioms, and some basic packaging stuff (but it's easier to just read the manual for that), when it comes to Nix. They generate needlessly overcomplicated code, and they are worse than useless when it comes to the module system (always falling into infinite recursion problems and giving you nonsense solutions to it). What have your successes in using LLMs to write Nix code looked like? | ||||||||
|