diff --git a/shell.nix b/shell.nix index d49af64..4f8545b 100644 --- a/shell.nix +++ b/shell.nix @@ -7,10 +7,10 @@ let }; in mkShell { nativeBuildInputs = [ - ruby gems bundler v8 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; }) terminal-notifier - ]; + ] ++ (if stdenv.isDarwin then [terminal-notifier] else []); shellHook = '' export LANG=en_US.UTF-8 '';