nixos/test-instrumentation: use bash directly (#432290)

authored by

Ryan Lahfa and committed by
GitHub
c230381b 0f424da0

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