Commit 9427b8ae authored by toastal's avatar toastal
Browse files

nixos/dolibarr: stylistic, remove a mkMerge layer

removes a level of indentation & might even evaluate faster
parent 401e2b5e
Loading
Loading
Loading
Loading
+212 −214
Original line number Diff line number Diff line
@@ -300,8 +300,7 @@ in
  };

  # implementation
  config = mkIf cfg.enable (mkMerge [
    {
  config = mkIf cfg.enable {

    assertions = [
      {
@@ -536,6 +535,5 @@ in
        dolibarr = { };
      };
    };
    }
  ]);
  };
}