Skip to content

Commit

Permalink
Add etoolbox explicitly as a package
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed Sep 26, 2024
1 parent da213b8 commit 78bf390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ let
in with pkgs;
[
gems libxml2 nodejs yarn cacert git glibcLocales
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs ulem; })
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs ulem etoolbox; })
] ++ (if stdenv.isDarwin then [terminal-notifier] else [chromium])

0 comments on commit 78bf390

Please sign in to comment.