diff --git a/shell.nix b/shell.nix index 23ebdb5..2d07c00 100644 --- a/shell.nix +++ b/shell.nix @@ -3,9 +3,17 @@ pkgs.mkShell { name = "free-as-in-freedom-v2-ru"; + FONTCONFIG_FILE = pkgs.makeFontsConf { + fontDirectories = [ pkgs.liberation_ttf ]; + }; + buildInputs = with pkgs; [ git utillinux gnumake texlive.combined.scheme-full rubber pandoc ]; + + shellHook = '' + export LANG=C.UTF-8 + ''; }