mkAIDerivation

2025-06-14

I just released mkAIDerivation. This is a Nix function that let's you generate a derivation on the fly using an LLM over the network. Here's what it looks like:

mkAIDerivation ''
    Generate a derivation for building `xterm`
''

This uses evil-nix to be able to (im)purely do network access without a hash.

Check out the mkAIDerivation repo for more information.

tags: nixos