{ stdenv }: stdenv.mkDerivation { name = "static-nomath-org"; src = ./.; installPhase = "mv public $out"; }