vuls: init at 0.27.0
[NixPkgs.git] / nixos / lib / test-driver / nixos-test-driver-docstrings.nix
bloba3ef50e4e8205021c4bac7fddde0429c28249968
1 { runCommand
2 , python3
3 }:
5 let
6   env = { nativeBuildInputs = [ python3 ]; };
7 in
9 runCommand "nixos-test-driver-docstrings" env ''
10   mkdir $out
11   python3 ${./extract-docstrings.py} ${./test_driver/machine.py} \
12     > $out/machine-methods.md