diff --git a/custom/unlisted-fonts/flake.nix b/custom/unlisted-fonts/flake.nix index 22e0484..12eead6 100644 --- a/custom/unlisted-fonts/flake.nix +++ b/custom/unlisted-fonts/flake.nix @@ -25,8 +25,7 @@ buildPhase = "true"; # no-op installPhase = '' - mkdir -p $out/share/fonts/truetype - install -m444 -Dt $out/share/fonts/truetype $src/*.ttf + install -m444 -Dt $out/share/fonts/opentype $src/*.ttf ''; meta = { diff --git a/custom/unlisted-fonts/result b/custom/unlisted-fonts/result index cff1536..0506d46 120000 --- a/custom/unlisted-fonts/result +++ b/custom/unlisted-fonts/result @@ -1 +1 @@ -/nix/store/k6957fa1cpy0cdy0jjxfcs5bv7pr8fwk-monolisa-font-0.1 \ No newline at end of file +/nix/store/6yh7k2jhkqi7k1wmi7snci15bx3snlkx-monolisa-font-0.1 \ No newline at end of file