Skip to content

Commit

Permalink
Add apple sdk libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jul 26, 2024
1 parent baf89fb commit 38771d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@
supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f {
pkgs = import nixpkgs { inherit system; };
frameworks = pkgs.darwin.apple_sdk.frameworks;
});
in
{
devShells = forAllSystems ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [
elixir
frameworks.CoreFoundation
frameworks.CoreServices
];
};
});
Expand Down

0 comments on commit 38771d8

Please sign in to comment.