clanServices/data-mesher: fix deprecated test name

- fix test name to new format
- regenerate vars via update-vars
This commit is contained in:
pinpox
2025-10-19 14:45:45 +02:00
parent b4d1f07ed9
commit 7d6d5967dc
5 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ in
perSystem =
{ ... }:
{
clan.nixosTests.service-data-mesher = {
clan.nixosTests.data-mesher = {
imports = [ ./tests/vm/default.nix ];
clan.modules."@clan/data-mesher" = module;
};

View File

@@ -2,7 +2,7 @@
...
}:
{
name = "service-data-mesher";
name = "data-mesher";
clan = {
directory = ./.;