Make shell.nix really reproducible
This commit is contained in:
parent
c7740fed78
commit
cd783b7933
@ -3,9 +3,17 @@
|
|||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
name = "free-as-in-freedom-v2-ru";
|
name = "free-as-in-freedom-v2-ru";
|
||||||
|
|
||||||
|
FONTCONFIG_FILE = pkgs.makeFontsConf {
|
||||||
|
fontDirectories = [ pkgs.liberation_ttf ];
|
||||||
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
git utillinux gnumake
|
git utillinux gnumake
|
||||||
texlive.combined.scheme-full rubber
|
texlive.combined.scheme-full rubber
|
||||||
pandoc
|
pandoc
|
||||||
];
|
];
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export LANG=C.UTF-8
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user