aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRadu <radu@pml4t.net>2023-11-23 14:17:27 -0500
committerRadu <radu@pml4t.net>2023-11-23 14:48:42 -0500
commit74fa23d9c6c8b88c3579ed12f6d3ed66d31bbac7 (patch)
tree7527d0aa314d9b9473b9a96c620574c57fe10a79 /flake.nix
parent3e4feb710a88ec81c5476e762cb1c0cd02da18c8 (diff)
Bundle math font to improve rendering
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index e047570..8f0757a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -18,7 +18,8 @@
nativeBuildInputs = [ pkgs.zip ];
buildPhase = ''
mkdir $out
- zip --recurse-paths $out/asap.zip manifest.json page.js hljs/ katex/
+ zip --recurse-paths $out/asap.zip \
+ manifest.json page.js styles.css hljs/ katex/ STIXTwoMath-Regular.otf
'';
};
});