aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
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}