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

@@ -57,7 +57,7 @@
in
{
checks = pkgs.lib.mkIf pkgs.stdenv.isLinux {
flash = self.clanLib.test.baseTest {
nixos-test-flash = self.clanLib.test.baseTest {
name = "flash";
nodes.target = {
virtualisation.emptyDiskImages = [ 4096 ];