Skip to content

Commit

Permalink
fix(polyglot): path -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Mar 15, 2024
1 parent b36be76 commit ef6f7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/polyglot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
writers,
mpv,
}: let
arabicStories = /home/kfm/cloud/syncthing/music/Arabic/Stories;
levantineTextbook = /home/kfm/cloud/syncthing/music/Arabic/Damaszenisch;
arabicStories = "/home/kfm/cloud/syncthing/music/Arabic/Stories";
levantineTextbook = "/home/kfm/cloud/syncthing/music/Arabic/Damaszenisch";
in
writers.writeDashBin "polyglot" ''
languages='persian
Expand Down

0 comments on commit ef6f7bb

Please sign in to comment.