diff options
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r-- | static-nomath-org.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static-nomath-org.nix b/static-nomath-org.nix new file mode 100644 index 0000000..894a3ff --- /dev/null +++ b/static-nomath-org.nix @@ -0,0 +1,6 @@ +{ stdenv }: +stdenv.mkDerivation { + name = "static-nomath-org"; + src = ./.; + installPhase = "mv public $out"; +} |