Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Build Nix flake on macOS
✗ CI failure semiconsonant committed 1 year ago
commit f06f21f767c18c81fff7ab743f5ac3f2f18c1028
parent 74336f961a5f6cfbb30f867a9eacfd5da579f597
1 failed (1 total) View logs
1 file changed +5 -0
modified flake.nix
@@ -90,6 +90,11 @@
              libiconv
              darwin.apple_sdk.frameworks.Security
            ]);
+
          buildInputs = with pkgs; lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
+
              # Additional darwin specific inputs can be set here
+
              libiconv
+
              darwin.apple_sdk.frameworks.Security
+
            ]);

          env =
            {