voicevox: init at 0.20.0 #319403
Merged
voicevox: init at 0.20.0 #319403
OfBorg / voicevox on aarch64-linux
skipped
Dec 20, 2024 in 0s
No attempt
The following builds were skipped because they don't evaluate on aarch64-linux: voicevox
Details
Partial log
Alternatively you can configure a predicate to allow specific packages:
{ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"voicevox-core"
];
}
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowUnfree = true; }
to ~/.config/nixpkgs/config.nix.
Loading