Skip to content

Commit

Permalink
chore: add AppKit framework for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Nov 1, 2024
1 parent c929bea commit 6849632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ in
env.GREET = "devenv";

# https://devenv.sh/packages/
packages = [ pkgs.git ];
packages = [ pkgs.git ] ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk; [
frameworks.AppKit
]);

# https://devenv.sh/languages/
languages.javascript.enable = true;
Expand Down

0 comments on commit 6849632

Please sign in to comment.