{ lib , stdenv , cm_unicode }: stdenv.mkDerivation { name = "nomath-org"; src = ./.; installPhase = '' mkdir -p $out cp src/index.html $out cp ${cm_unicode}/share/fonts/opentype/cmunvt.otf $out ''; }