Remove builtins.trace calls

This commit is contained in:
Robert Hensing 2022-06-09 02:04:51 +02:00
parent 5b0126a55d
commit 8d9824c622

View file

@ -112,7 +112,7 @@ in
lib.mapAttrs
(k: opt: opt.value)
(lib.filterAttrs
(k: opt: builtins.trace k builtins.trace opt builtins.trace "" opt.isDefined)
(k: opt: opt.isDefined)
{
inherit (options)
driver