remove terminal-notifier
This commit is contained in:
parent
660162f5fb
commit
5d792b7d79
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ in mkShell {
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
ruby gems bundler libxml2 nodejs yarn cacert git glibcLocales
|
ruby gems bundler libxml2 nodejs yarn cacert git glibcLocales
|
||||||
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
|
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
|
||||||
terminal-notifier
|
|
||||||
] ++ (if stdenv.isDarwin then [terminal-notifier] else []);
|
] ++ (if stdenv.isDarwin then [terminal-notifier] else []);
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|
Loading…
Reference in a new issue