Skip to content

Commit

Permalink
bump fira-code to unstable
Browse files Browse the repository at this point in the history
The stable version of fira-code has these [weird][1] and [unpopular][2]
ligatures for "fl" and "Fl". They are jarring, especially now that I'm
rendering the word "flake" a lot.

Fortunately, they've been reverted upstream. Bumping fira-code to
unstable until the fix lands back on stable.

[1]: tonsky/FiraCode#795
[2]: tonsky/FiraCode#902
  • Loading branch information
jeremyschlatter committed Sep 22, 2020
1 parent 8973efc commit c0f9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
entr # Re-run builds when source files change. (I wrap this in "witch".)
exa # List files in the current directory.
fd # Find file by name.
fira-code # Font that renders symbols in code nicely.
unstable.fira-code # Font that renders symbols in code nicely.
fzf # Fuzzy text search.
git # Track version history for text files.
ghc # Compile Haskell code. (Usually I use stack instead).
Expand Down

0 comments on commit c0f9ea9

Please sign in to comment.