mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 18:11:42 -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];
|
||
|
}
|