treewide: nixosTest -> testers.nixosTest

This commit is contained in:
Robert Hensing
2022-05-09 14:04:29 +02:00
parent e8ffb6a727
commit ae172a2bb4
5 changed files with 8 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ rec {
{ key = "no-revision";
# Make the revision metadata constant, in order to avoid needless retesting.
# The human version (e.g. 21.05-pre) is left as is, because it is useful
# for external modules that test with e.g. nixosTest and rely on that
# for external modules that test with e.g. testers.nixosTest and rely on that
# version number.
config.system.nixos.revision = mkForce "constant-nixos-revision";
}