with import {}; stdenv.mkDerivation { name = "metanohi"; buildInputs = [ pandoc (python3.withPackages (ps: with ps; [ pyyaml ])) ]; }