Skip to content

Commit fcaf399

Browse files
committed
dev: add additional needed dependencies for Mac OS
1 parent d8a9f7a commit fcaf399

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
# Nix formatter
120120
alejandra.defaultPackage.${system}
121121
]
122+
++ lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [
123+
CoreFoundation
124+
SystemConfiguration
125+
])
122126
++ scriptBins;
123127

124128
RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";

0 commit comments

Comments
 (0)