nixos/test: use ptpython as repl
This commit is contained in:
committed by
Jacek Galowicz
parent
3a28fefe7d
commit
ac97edf013
@@ -25,7 +25,7 @@ in rec {
|
||||
name = "nixos-test-driver";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ python3 ];
|
||||
buildInputs = [ (python3.withPackages (p: [ p.ptpython ])) ];
|
||||
checkInputs = with python3Packages; [ pylint black ];
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
Reference in New Issue
Block a user