Merge pull request #291855 from K900/less-test-rebuilds

nixos/lib/testing: remove another source of unnecessary test rebuilds
This commit is contained in:
Martin Weinelt
2024-02-27 16:32:42 +01:00
committed by GitHub
+4 -1
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";
};
}
];