towerops/nix
Graham McInitre e6fba0c5a3 fix: register NIF compiler, add Nix shell NIF build, make NIF optional at boot
- 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
2026-07-16 09:15:53 -05:00
..
build.nix fix: auto-reinit PG cluster when extensions or version change 2026-07-16 09:02:42 -05:00
c-nif.nix fix: Add OpenSSL to C NIF build inputs 2026-02-07 12:46:13 -06:00
docker.nix feat: Add comprehensive Nix flakes integration 2026-02-07 12:26:54 -06:00
shell.nix fix: register NIF compiler, add Nix shell NIF build, make NIF optional at boot 2026-07-16 09:15:53 -05:00