master-thesis/tex/shell.nix

4 lines
120 B
Nix

with import <nixpkgs> {};
mkShell rec {
buildInputs = [tectonic inotify-tools biber okular texstudio languagetool];
}