master-thesis/tex/shell.nix

5 lines
120 B
Nix
Raw Normal View History

2021-10-20 16:14:16 +02:00
with import <nixpkgs> {};
mkShell rec {
buildInputs = [tectonic inotify-tools biber okular texstudio languagetool];
}