From 25006ece6178292dfbaa485bc480b89ab9e8f059 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 13 Feb 2024 05:10:58 +0100 Subject: init --- nomath-org.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nomath-org.nix (limited to 'nomath-org.nix') diff --git a/nomath-org.nix b/nomath-org.nix new file mode 100644 index 0000000..805e8e5 --- /dev/null +++ b/nomath-org.nix @@ -0,0 +1,13 @@ +{ lib +, stdenv +, cm_unicode +}: +stdenv.mkDerivation { + name = "nomath-org"; + src = ./.; + installPhase = '' + mkdir -p $out + cp src/index.html $out + cp ${cm_unicode}/share/fonts/opentype/cmunvt.otf $out + ''; +} -- cgit v1.2.3