1 2 3 4 5 6 7 8 9
{ stdenv }: stdenv.mkDerivation { name = "nomath-org"; src = ./.; installPhase = '' mkdir -p $out cp src/index.html $out ''; }