mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 02:41:33 +00:00
format: formatted the project
This commit is contained in:
parent
acbeb26854
commit
a3051d49aa
1 changed files with 3 additions and 1 deletions
|
@ -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);}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue