llama.cpp/.devops/nix
Alexis Williams 8a98ba4582
nix: fix allowUnfreePredicate for packages with multiple licenses (#19237)
The allowUnfreePredicate in pkgsCuda was wrapping p.meta.license in a
list unconditionally. This fails when meta.license is already a list
of licenses, as it creates a nested list and then tries to access
.free and .shortName on the inner list.

Use lib.toList instead, which correctly handles both cases:
- Single license attrset -> wraps in list
- List of licenses -> returns unchanged
2026-02-01 22:10:48 +02:00
..
apps.nix
devshells.nix
docker.nix
jetson-support.nix
nixpkgs-instances.nix nix: fix allowUnfreePredicate for packages with multiple licenses (#19237) 2026-02-01 22:10:48 +02:00
package-gguf-py.nix nix: fix nix develop .#python-scripts (#19218) 2026-01-31 18:01:46 +02:00
package.nix
python-scripts.nix
scope.nix nix: fix nix develop .#python-scripts (#19218) 2026-01-31 18:01:46 +02:00
sif.nix