diff options
author | Joris | 2020-08-09 19:18:18 +0200 |
---|---|---|
committer | Joris | 2020-08-09 19:18:18 +0200 |
commit | 5ab13f60fcd7b054574bcccaf1065b19a42f4fae (patch) | |
tree | fcb4e8ab1fc50831ddbc4372c6782e6f9b993fa3 /shell.nix | |
parent | aca8201b5b3af0c5d144292c61271402c49ff08a (diff) |
Projects update
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ haskell.lib.buildStackProject { tmux tmuxinator nodejs + (texlive.combine { + inherit (texlive) scheme-medium marvosym enumitem bookman titlesec + hyperref fancyhdr changepage lastpage xcolor xifthen ifmtarg; + } + ) ]; shellHook = '' |