Go bindings to nix

I’ve finally finished the Go bindings to nix that use the proposed C API. Feel free to check the code, docs, and try it in action.

All the bits seem to be functional, including evaluations, builds, and exposing both functions and values in go into the nix scope.

6 Likes

Nice! For others, here’s the experimental C bindings PR https://github.com/NixOS/nix/pull/8699 by @yorickvP

3 Likes