1{ pkgs ? import <nixpkgs> {} }: 2 3with pkgs; 4mkShell { 5 buildInputs = [ fontforge-gtk fontforge python3 xorg.mkfontdir adoptopenjdk-bin ]; 6}