nixos/test-instrumentation: use bash directly

nikstur 3ae92296 9ef1dea6

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/testing/test-instrumentation.nix
···
# 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";
};