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

This commit is contained in:
K900 2024-02-27 23:35:05 +03:00
parent 27eebe52bd
commit d93db9066a

View File

@ -18,6 +18,7 @@ in
# version number.
config.system.nixos = {
revision = mkForce "constant-nixos-revision";
versionSuffix = mkForce "test";
label = mkForce "test";
};
}