Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
ace-studio # ACE Studio
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
ace-studio # ACE Studio
];
}
Package Definition
{
"pname": "ace-studio",
"version": "1.9.9,1058",
"src": {
"url": "https://as-api-ws-cdn-1.tdacestudio.com/web/app/ACE_Studio_1.9.9_1058_arm64_general.dmg",
"sha256": "374f40846755150849b5b7a75fce595889f02c8e85e27f3c11e2bea72f3b73e3"
},
"installPhase": [
"mkdir -p \"$out/Applications/ACE Studio.app\" && cp -r \"ACE Studio.app\" \"$out/Applications\""
],
"meta": {
"description": "AI Singing Voice Generator",
"homepage": "https://acestudio.ai/versions"
}
}