Files
dots/tex.nix
2022-10-19 12:08:55 +02:00

8 lines
108 B
Nix

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