nixos/fwupd: Fix configuration file merging
This commit is contained in:
parent
c5924154f0
commit
bbbda58c4e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ let
|
||||||
# to install it because it would create a cyclic dependency between
|
# to install it because it would create a cyclic dependency between
|
||||||
# the outputs. We also need to enable the remote,
|
# the outputs. We also need to enable the remote,
|
||||||
# which should not be done by default.
|
# which should not be done by default.
|
||||||
mkIf cfg.enableTestRemote (enableRemote cfg.package.installedTests "fwupd-tests")
|
if cfg.enableTestRemote then (enableRemote cfg.package.installedTests "fwupd-tests") else {}
|
||||||
);
|
);
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue