Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ runCommand, pdal }:
let
inherit (pdal) pname;
in
runCommand "${pname}-tests" { meta.timeout = 60; } ''
${pdal}/bin/pdal --drivers
touch $out
''