diff --git a/flake.nix b/flake.nix index 3cdd978322d..afc7b63e6b0 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,10 @@ # Nix formatter alejandra.defaultPackage.${system} ] + ++ lib.optionals stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ + CoreFoundation + SystemConfiguration + ]) ++ scriptBins; RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";