From f5018165b6748a0654ce49773ea0597b5b1e826e Mon Sep 17 00:00:00 2001 From: joshgodsiff Date: Thu, 5 Mar 2026 21:24:48 +1100 Subject: [PATCH] fix: migrate to new Darwin SDK pattern in nix flake Replace removed `darwin.apple_sdk.frameworks.Security` with `apple-sdk`, following the nixpkgs Darwin SDK migration (NixOS/nixpkgs#354146). --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5af2b10..d3a83ad 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ darwinDeps = with pkgs; [ libiconv - darwin.apple_sdk.frameworks.Security + apple-sdk ]; gws = pkgs.rustPlatform.buildRustPackage {