diff --git a/tests/installer.nix b/tests/installer.nix index b64a24c1e3f6..2b3232ca353c 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -161,6 +161,9 @@ let # Perform the installation. $machine->mustSucceed("nixos-install >&2"); + # Do it again to make sure it's idempotent. + $machine->mustSucceed("nixos-install >&2"); + $machine->shutdown; # Now see if we can boot the installation.