mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 10:01:43 -05:00
4 lines
120 B
Nix
4 lines
120 B
Nix
with import <nixpkgs> {};
|
|
mkShell rec {
|
|
buildInputs = [tectonic inotify-tools biber okular texstudio languagetool];
|
|
}
|