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