Merge branch 'main' into colorful-menu

This commit is contained in:
raf 2025-08-05 13:10:21 +03:00 committed by GitHub
commit b4dac8d635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
264 changed files with 5007 additions and 1795 deletions

File diff suppressed because it is too large Load diff

View file

@ -98,7 +98,9 @@ builtins.mapAttrs
Channel = getZip;
Tarball = getUrl;
}
.${spec.type}
.${
spec.type
}
or (builtins.throw "Unknown source type ${spec.type}");
in
spec // {outPath = mayOverride (func spec);}