no v8, and terminal-notifier only for darwin

This commit is contained in:
Lorin Werthen 2021-04-04 21:55:46 +02:00
parent f27d70a2b8
commit 660162f5fb
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -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
'';