We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76b67c commit a2b7a93Copy full SHA for a2b7a93
flake.nix
@@ -87,6 +87,7 @@
87
|| (pkgs.lib.hasSuffix ".capnp" path)
88
|| (pkgs.lib.hasSuffix ".html" path)
89
|| (pkgs.lib.hasSuffix ".json" path)
90
+ || (pkgs.lib.hasSuffix ".ttf" path)
91
|| (pkgs.lib.hasSuffix ".wit" path)
92
|| (pkgs.lib.hasSuffix "LICENSE" path)
93
|| (pkgs.lib.hasSuffix "README.md" path)
0 commit comments