checks: prefix all nixos tests with nixos-test-

This commit is contained in:
DavHau
2025-06-30 19:14:24 +07:00
parent acffa629e1
commit a43eee2860
3 changed files with 16 additions and 16 deletions

View File

@@ -151,8 +151,8 @@
in
{
checks = pkgs.lib.mkIf pkgs.stdenv.isLinux {
backups = self.clanLib.test.containerTest {
name = "backups";
nixos-test-backups = self.clanLib.test.containerTest {
name = "nixos-test-backups";
nodes.machine = {
imports =
[