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