Files
dots/templates/tex.nix
2023-11-28 11:24:34 +01:00

8 lines
108 B
Nix

with (import <nixpkgs> {});
mkShell {
buildInputs = [
python3
texlive.combined.scheme-full
];
}