gonix icon indicating copy to clipboard operation
gonix copied to clipboard

Go bindings to nix API

Go bindings to nix API

Go Report
Card GoDoc

Building

These bindings depend on the Nix C API, which is currently only available in nix master. You must pull nix from github:nixos/nix, and make both nix.dev and pkg-config available in your buildInputs for the CGO bindings to work. Consult the flake.nix for an example.

API Docs

See godoc for API and examples.