mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
nixos/lib/testing: remove yet another source of unnecessary test rebuilds
This commit is contained in:
parent
27eebe52bd
commit
d93db9066a
@ -18,6 +18,7 @@ in
|
|||||||
# version number.
|
# version number.
|
||||||
config.system.nixos = {
|
config.system.nixos = {
|
||||||
revision = mkForce "constant-nixos-revision";
|
revision = mkForce "constant-nixos-revision";
|
||||||
|
versionSuffix = mkForce "test";
|
||||||
label = mkForce "test";
|
label = mkForce "test";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user