~watersucks/zignix

zig bindings to nix c api
fix(docs): add missing doc strings
feat(store): add method to get closures of a store path
feat(store): add basic derivation support

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~watersucks/zignix
read/write
git@git.sr.ht:~watersucks/zignix

You can also use your local clone with git send-email.

#zignix

Zig bindings to the Nix package manager.

Documentation for these bindings is available at https://zignix.snare.dev.

Built based on the latest stable Nix version (2.33.1 at time of writing).

Documentation for the raw C API these bindings is based off of is available from the Hydra cache.

You can find the link for these raw C API docs by going to https://hydra.nixos.org, looking for the Nix job set, and searching for external-api-docs in the built artifacts.

This repository is hosted on sr.ht, with an official mirror on GitHub.

#Contributing

Prefer emailing patch sets to the official development mailing list.

While the official repository is located on sr.ht, contributions are also accepted through GitHub using the official mirror, if desired.

Additionally, filing GitHub issues is fine, but consider using the official issue tracker on sr.ht. All issues from GitHub will be mirrored there by me anyway.

#TODO

  • [ ] External values
  • [ ] PrimOp support