Skip to content

Commit 5fa5f60

Browse files
joshgodsiffjoshgodsiff
andauthored
fix: migrate to new Darwin SDK pattern in nix flake (npm#154)
Replace removed `darwin.apple_sdk.frameworks.Security` with `apple-sdk`, following the nixpkgs Darwin SDK migration (NixOS/nixpkgs#354146). Co-authored-by: joshgodsiff <josh.godsiff@gmail.com>
1 parent bc84ba7 commit 5fa5f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
darwinDeps = with pkgs; [
2626
libiconv
27-
darwin.apple_sdk.frameworks.Security
27+
apple-sdk
2828
];
2929

3030
gws = pkgs.rustPlatform.buildRustPackage {

0 commit comments

Comments
 (0)