mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +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;
|
||||
Tarball = getUrl;
|
||||
}
|
||||
.${spec.type}
|
||||
.${
|
||||
spec.type
|
||||
}
|
||||
or (builtins.throw "Unknown source type ${spec.type}");
|
||||
in
|
||||
spec // {outPath = mayOverride (func spec);}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue