libx/config/default: remove dup warnings output
parent
1330ba94d2
commit
a467699f48
|
@ -31,9 +31,4 @@ let
|
|||
];
|
||||
};
|
||||
in
|
||||
builtins.foldl' (config: warnings:
|
||||
if warnings == []
|
||||
then config
|
||||
else
|
||||
builtins.trace "WARNING: ${warnings}" config
|
||||
) result.config result.config.warnings
|
||||
result.config
|
||||
|
|
Loading…
Reference in New Issue