diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 22:17:36 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 22:17:36 -0800 |
| commit | d8f8ee32a996a4d8b8c1ac252243ae9fe009873e (patch) | |
| tree | 02a865ef311a2a833b65c98532d6f5dc2ffef17f /flake.nix | |
| parent | b1cc96139c2cc2c8de7c74884021f8645e54de87 (diff) | |
fix style again
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -222,6 +222,8 @@ mkdir -p $out/fonts cp -L ${pkgs.lora}/share/fonts/truetype/*.ttf $out/fonts/ cp -L ${pkgs.inconsolata}/share/fonts/truetype/inconsolata/*.ttf $out/fonts cp ${garamond}/ttf/CormorantGaramond-Medium.ttf $out/fonts/ +cp ${garamond}/ttf/CormorantGaramond-MediumItalic.ttf $out/fonts/ +cp ${garamond}/ttf/CormorantGaramond-Bold.ttf $out/fonts/ cp -r $HOME/website_html/. $out/ cp ${topology}/main.svg $out/img/topology.svg |
