summaryrefslogtreecommitdiffstats
path: root/static-nomath-org.nix
diff options
context:
space:
mode:
Diffstat (limited to 'static-nomath-org.nix')
-rw-r--r--static-nomath-org.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/static-nomath-org.nix b/static-nomath-org.nix
index 8db645c..04e56f7 100644
--- a/static-nomath-org.nix
+++ b/static-nomath-org.nix
@@ -6,6 +6,6 @@ stdenv.mkDerivation {
src = ./.;
installPhase = ''
mv public $out
- cp ${cm_unicode}/share/fonts/opentype/cmunvt.otf $out
+ cp ${cm_unicode}/share/fonts/opentype/*.otf $out
'';
}