nixos/testing: add interactive serial stdout logs switch and dim them

This commit is contained in:
David Arnold 2021-05-14 19:57:11 -04:00
parent 72948af15b
commit 8ee31be5dd
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
2 changed files with 28 additions and 7 deletions

View file

@ -25,7 +25,7 @@ rec {
name = "nixos-test-driver";
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ (python3.withPackages (p: [ p.ptpython ])) ];
buildInputs = [ (python3.withPackages (p: [ p.ptpython p.colorama ])) ];
checkInputs = with python3Packages; [ pylint black mypy ];
dontUnpack = true;