Make shell.nix really reproducible
This commit is contained in:
parent
c7740fed78
commit
cd783b7933
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user