diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:21:02 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-05 22:21:02 -0800 |
| commit | 638232da6ad7fe4bee8874fc7cf12c2cb1504e04 (patch) | |
| tree | 9b9a5f679bcf68476e0be429060db27522a95076 /flake.nix | |
| parent | 034e1c70a6304965475aeeabeaf735228db02bba (diff) | |
update everything to work with font
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ ${publish-org-roam-ui.packages.${system}.default}/bin/build-org-roam-graph \ mkdir -p $out/fonts cp -L ${pkgs.lora}/share/fonts/truetype/*.ttf $out/fonts/ -cp -L ${pkgs.inconsolata}/share/fonts/truetype/*.ttf $out/fonts/ +cp -L ${pkgs.inconsolata}/share/fonts/truetype/inconsolata/*.ttf $out/fonts cp -r $HOME/website_html/. $out/ cp ${installer-iso}/iso/*.iso $out/installer.iso |
