From d93db9066a7766de8ecacd4ef0a4d4e549f2c127 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 27 Feb 2024 23:35:05 +0300 Subject: nixos/lib/testing: remove yet another source of unnecessary test rebuilds --- nixos/lib/testing/nixos-test-base.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/lib') diff --git a/nixos/lib/testing/nixos-test-base.nix b/nixos/lib/testing/nixos-test-base.nix index 5f7564d640f9..d76a25361f8c 100644 --- a/nixos/lib/testing/nixos-test-base.nix +++ b/nixos/lib/testing/nixos-test-base.nix @@ -18,6 +18,7 @@ in # version number. config.system.nixos = { revision = mkForce "constant-nixos-revision"; + versionSuffix = mkForce "test"; label = mkForce "test"; }; } -- cgit 1.4.1