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