nixos/lib/testing: remove yet another source of unnecessary test rebuilds
This commit is contained in:
parent
27eebe52bd
commit
d93db9066a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ in
|
|||
# version number.
|
||||
config.system.nixos = {
|
||||
revision = mkForce "constant-nixos-revision";
|
||||
versionSuffix = mkForce "test";
|
||||
label = mkForce "test";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue