summaryrefslogtreecommitdiffstats
path: root/static-nomath-org.nix
blob: 894a3ff3a338cb85588ccb05a84ebe795531bf1d (plain)
1
2
3
4
5
6
{ stdenv }:
stdenv.mkDerivation {
  name = "static-nomath-org";
  src = ./.;
  installPhase = "mv public $out";
}