checks: fix some tests not named correctly

This commit is contained in:
DavHau
2025-06-30 19:50:16 +07:00
parent a43eee2860
commit e219a636ca
20 changed files with 21 additions and 29 deletions

View File

@@ -78,6 +78,6 @@ in
};
};
flake.checks.x86_64-linux.flash-installer-disk-test =
flake.checks.x86_64-linux.nixos-test-flash-installer-disk =
self.nixosConfigurations.flash-installer.config.system.build.installTest;
}