This commit is contained in:
Robin Appelman 2026-05-14 20:39:32 +02:00
commit 216ae4540e
4 changed files with 8 additions and 7 deletions

View file

@ -18,7 +18,7 @@
test-runner = pkgs: pkgs.test-runner;
};
checks = {
test = pkgs: pkgs.nixosTest (import ./nix/test.nix);
test = pkgs: pkgs.testers.nixosTest (import ./nix/test.nix);
};
};
}