mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-04 17:59:05 +08:00
chore: add AppKit framework for macOS
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user