Skip to content

Commit a2b7a93

Browse files
committed
dont filter out ttf files
1 parent e76b67c commit a2b7a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
|| (pkgs.lib.hasSuffix ".capnp" path)
8888
|| (pkgs.lib.hasSuffix ".html" path)
8989
|| (pkgs.lib.hasSuffix ".json" path)
90+
|| (pkgs.lib.hasSuffix ".ttf" path)
9091
|| (pkgs.lib.hasSuffix ".wit" path)
9192
|| (pkgs.lib.hasSuffix "LICENSE" path)
9293
|| (pkgs.lib.hasSuffix "README.md" path)

0 commit comments

Comments
 (0)