Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix linker error on macos 14.3 with nix build
✗ CI failure Timm Behner committed 2 years ago
commit da317faa8bc3e3e0fc9ffb7d08f9ec2d055a1b7b
parent a48081f2717f069d456ec09f31d9e639b232dbed
1 failed (1 total) View logs
1 file changed +1 -0
modified flake.nix
@@ -76,6 +76,7 @@
          ++ lib.optionals pkgs.stdenv.isDarwin [
            # Additional darwin specific inputs can be set here
            pkgs.libiconv
+
            pkgs.darwin.apple_sdk.frameworks.Security
          ];
      };