- Register :towerops_nif compiler in mix.exs so mix compile/test builds the C NIF - Add 'make -C c_src' to nix devShell shellHook so NIF is pre-built - Extract init_mib_resolution/0 from Application.start/2 (reduces CC) - Wrap NIF calls in try/rescue ErlangError for graceful fallback - Wrap test_helper.exs NIF calls in try/rescue ErlangError - Add .nix-postgres-version to .gitignore |
||
|---|---|---|
| .. | ||
| build.nix | ||
| c-nif.nix | ||
| docker.nix | ||
| shell.nix | ||