mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-14 12:18:06 +00:00
chore: add AppKit framework for macOS
This commit is contained in:
parent
c929beaf6c
commit
6849632abe
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue