mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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.
|
||||
config.system.nixos = {
|
||||
revision = mkForce "constant-nixos-revision";
|
||||
versionSuffix = mkForce "test";
|
||||
label = mkForce "test";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user