Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
airi # AIRI
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
airi # AIRI
];
} Package Definition
{
"pname": "airi",
"version": "0.10.2",
"src": {
"url": "https://github.com/moeru-ai/airi/releases/download/v0.10.2/AIRI-0.10.2-darwin-arm64.dmg",
"sha256": "494c2c441e5993fa9d87673f6de6c493d7bcd9a952af7cdd621cd499349ad341"
},
"installPhase": [
"mkdir -p \"$out/Applications/AIRI.app\" && cp -r \"AIRI.app\" \"$out/Applications\""
],
"meta": {
"description": "AI companion and VTuber application",
"homepage": "https://airi.moeru.ai/"
}
}