Merge pull request #291916 from K900/more-version-pins

nixos/lib/testing: remove yet another source of unnecessary test rebuilds

authored by Martin Weinelt and committed by GitHub cdfb4802 e31799e7

+1
+1
nixos/lib/testing/nixos-test-base.nix
··· 18 # version number. 19 config.system.nixos = { 20 revision = mkForce "constant-nixos-revision"; 21 label = mkForce "test"; 22 }; 23 }
··· 18 # version number. 19 config.system.nixos = { 20 revision = mkForce "constant-nixos-revision"; 21 + versionSuffix = mkForce "test"; 22 label = mkForce "test"; 23 }; 24 }