format: formatted the project

This commit is contained in:
rice-cracker-dev 2025-04-14 00:03:22 +07:00
commit a3051d49aa

View file

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