[nix] add tex nix-shell

This commit is contained in:
Marco Thomas
2022-10-19 11:21:36 +02:00
parent 4af98877f8
commit 564cbf3b0c
2 changed files with 10 additions and 2 deletions

7
tex.nix Normal file
View File

@@ -0,0 +1,7 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [
python3
texlive.combined.scheme-full
];
}