mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-21 21:28:18 +08:00
chore: add AppKit framework for macOS
This commit is contained in:
parent
c929beaf6c
commit
6849632abe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user