coq: misc

Removing a dangling `let` that went undetected for a while
This commit is contained in:
Cyril Cohen 2022-02-12 10:07:33 +01:00 committed by Vincent Laporte
parent 9eac90f34b
commit 876cd6bcc2

View File

@ -59,10 +59,9 @@ switch arg [
(optionalAttrs has-owner { owner = head splitted; })); (optionalAttrs has-owner { owner = head splitted; }));
}; } }; }
{ case = isAttrs; { case = isAttrs;
out = let out = {
{ version = arg.version or "dev"; version = arg.version or "dev";
src = (arg.fetcher or fetcher) (location // (arg.location or {})); src = (arg.fetcher or fetcher) (location // (arg.location or {})); }; }
}; }
{ case = isPath; { case = isPath;
out = { out = {
version = "dev" ; version = "dev" ;