remove terminal-notifier

This commit is contained in:
Lorin Werthen 2021-04-04 21:59:42 +02:00
parent 660162f5fb
commit 5d792b7d79
No known key found for this signature in database
GPG Key ID: F11FFC921E0E08E0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ in mkShell {
nativeBuildInputs = [
ruby gems bundler libxml2 nodejs yarn cacert git glibcLocales
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs; })
terminal-notifier
] ++ (if stdenv.isDarwin then [terminal-notifier] else []);
shellHook = ''
export LANG=en_US.UTF-8