aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-07 05:46:58 +0000
committerAkshay <[email protected]>2021-03-07 05:46:58 +0000
commitfd8484a615a5480a918443ae323203c73f273065 (patch)
tree22878e8c518c38a41555e40130d43d4fa42756f5 /shell.nix
parent8cdde9def8b20080b0de9f52d86802ff218d8fc1 (diff)
bump to v2.2v2.2
- fix excessive side bearings on few characters - fix U+019D hook to be on left side - fix erronous weight spec once and for all - update build scripts to work on nix
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 850aa8d..d806c60 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,5 +2,5 @@
2 2
3with pkgs; 3with pkgs;
4mkShell { 4mkShell {
5 buildInputs = [ fontforge python3 xorg.mkfontdir ]; 5 buildInputs = [ fontforge-gtk fontforge python3 xorg.mkfontdir adoptopenjdk-bin ];
6} 6}