···41 # The human version (e.g. 21.05-pre) is left as is, because it is useful
42 # for external modules that test with e.g. nixosTest and rely on that
43 # version number.
44- config.system.nixos.revision = "constant-nixos-revision";
45 }
46 { key = "nodes"; _module.args.nodes = nodes; }
47 ] ++ optional minimal ../modules/testing/minimal-kernel.nix;
···41 # The human version (e.g. 21.05-pre) is left as is, because it is useful
42 # for external modules that test with e.g. nixosTest and rely on that
43 # version number.
44+ config.system.nixos.revision = mkForce "constant-nixos-revision";
45 }
46 { key = "nodes"; _module.args.nodes = nodes; }
47 ] ++ optional minimal ../modules/testing/minimal-kernel.nix;