Fix linker error on macos 14.3 with nix build
Using nix build resulted in a linker error
ld: framework not found Security
Following the proposed solution in https://discourse.nixos.org/t/compile-a-rust-binary-on-macos-dbcrossbar/8612 resolves the issue.
Using nix build resulted in a linker error
ld: framework not found Security
Following the proposed solution in https://discourse.nixos.org/t/compile-a-rust-binary-on-macos-dbcrossbar/8612 resolves the issue.
Nice, looks good
Rebase.