···5050 # to install it because it would create a cyclic dependency between
5151 # the outputs. We also need to enable the remote,
5252 # which should not be done by default.
5353- if cfg.enableTestRemote then (enableRemote cfg.package.installedTests "fwupd-tests") else {}
5353+ lib.optionalAttrs cfg.enableTestRemote (enableRemote cfg.package.installedTests "fwupd-tests")
5454 );
55555656in {