1 2 3 4 5 6
{ stdenv }: stdenv.mkDerivation { name = "static-nomath-org"; src = ./.; installPhase = "mv public $out"; }