From b5c78ab85ac8ac6b477a149e46ffa8a368ac5ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 23 Dec 2022 18:29:19 +0100 Subject: [PATCH] nixos-test: enable --debug option --- tests/from-nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/from-nixos.nix b/tests/from-nixos.nix index 916d1a9..110c027 100644 --- a/tests/from-nixos.nix +++ b/tests/from-nixos.nix @@ -113,6 +113,7 @@ makeTest { ssh-add /etc/sshKey ${../nixos-remote} \ --no-ssh-copy-id \ + --debug \ --kexec ${kexec-installer}/nixos-kexec-installer-${pkgs.stdenv.hostPlatform.system}.tar.gz \ --extra-files /tmp/extra-files \ --store-paths ${toString evaledSystem.config.system.build.disko} ${toString evaledSystem.config.system.build.toplevel} \