Merge pull request #291916 from K900/more-version-pins

nixos/lib/testing: remove yet another source of unnecessary test rebuilds
This commit is contained in:
Martin Weinelt
2024-02-27 21:38:25 +01:00
committed by GitHub
+1
View File
@@ -18,6 +18,7 @@ in
# version number.
config.system.nixos = {
revision = mkForce "constant-nixos-revision";
versionSuffix = mkForce "test";
label = mkForce "test";
};
}