nixos/lib/testing: remove another source of unnecessary test rebuilds

This commit is contained in:
K900 2024-02-27 18:00:58 +03:00
parent 3c6b3fdd4d
commit bde7471aa2

View File

@ -16,7 +16,10 @@ in
# The human version (e.g. 21.05-pre) is left as is, because it is useful
# for external modules that test with e.g. testers.nixosTest and rely on that
# version number.
config.system.nixos.revision = mkForce "constant-nixos-revision";
config.system.nixos = {
revision = mkForce "constant-nixos-revision";
label = mkForce "test";
};
}
];