{ stdenvNoCC, pandoc, }: stdenvNoCC.mkDerivation { name = "zaphyra-website"; src = ./.; makeFlags = [ "PREFIX=$(out)" ]; buildInputs = [ pandoc ]; }