chore(nix): Install IINA through nix

This commit is contained in:
Ahmad Ansori Palembani 2024-07-16 11:16:16 +07:00
parent 337bd0a6a5
commit 0a140214b7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -36,6 +36,7 @@
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [ ] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
pkgs.duti pkgs.duti
pkgs.pinentry_mac pkgs.pinentry_mac
pkgs.iina
]; ];
# << For macOS only # << For macOS only