refactor(persist/utils): rename apply_patch to 'set_value_by_path'

This commit is contained in:
Johannes Kirschbauer
2025-05-27 19:16:06 +02:00
parent 61a587b382
commit dac30c4dd7
8 changed files with 22 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ from clan_lib.nix_models.inventory import (
MachineDeploy,
)
from clan_lib.persist.inventory_store import InventoryStore
from clan_lib.persist.util import apply_patch
from clan_lib.persist.util import set_value_by_path
if TYPE_CHECKING:
from .age_keys import KeyPair
@@ -75,7 +75,7 @@ def test_add_module_to_inventory(
inventory_store = InventoryStore(Flake(str(test_flake_with_core.path)))
inventory = inventory_store.read()
apply_patch(
set_value_by_path(
inventory,
"services",
{