mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-25 09:41:49 +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";
|
env.GREET = "devenv";
|
||||||
|
|
||||||
# https://devenv.sh/packages/
|
# 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/
|
# https://devenv.sh/languages/
|
||||||
languages.javascript.enable = true;
|
languages.javascript.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user