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