chore: formatting

This commit is contained in:
Gerg-L 2025-04-13 21:18:10 -04:00
commit 6866b4bdc9
No known key found for this signature in database

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);}