nixos/lib/testing: remove another source of unnecessary test rebuilds
This commit is contained in:
parent
3c6b3fdd4d
commit
bde7471aa2
1 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue