nixos/test-instrumentation: use bash directly

This commit is contained in:
nikstur 2025-07-28 23:42:14 +02:00
parent 9ef1dea6e0
commit 3ae9229600

View File

@ -67,7 +67,7 @@ let
# we can also run non-NixOS guests during tests. This, however, is
# mostly futureproofing as the test instrumentation is still very
# tightly coupled to NixOS.
PS1="" exec ${pkgs.coreutils}/bin/env bash --norc /dev/hvc0
PS1="" exec ${pkgs.bashNonInteractive}/bin/bash --norc /dev/hvc0
'';
serviceConfig.KillSignal = "SIGHUP";
};