aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-23 16:50:30 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-23 16:50:30 +0100
commitc2541f280c0b267bbaf71702b2966c91a4c5105b (patch)
tree01280a5b2673b91e4f0b34869a319ab8cd9c5b23 /doc/talks/shell.nix
parent4de7ac60232d521d7b31bddc0768002894cecf9d (diff)
downloadgarage-c2541f280c0b267bbaf71702b2966c91a4c5105b.tar.gz
garage-c2541f280c0b267bbaf71702b2966c91a4c5105b.zip
[talk-fosdem-24] WIP, write talk, modify lots of assets
Diffstat (limited to 'doc/talks/shell.nix')
-rw-r--r--doc/talks/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/talks/shell.nix b/doc/talks/shell.nix
index 161a61e1..bbee0714 100644
--- a/doc/talks/shell.nix
+++ b/doc/talks/shell.nix
@@ -5,7 +5,7 @@ let
scheme-basic
beamer amsmath mathtools breqn
environ
- multirow graphics import adjustbox tabu vwcol stmaryrd ulem ragged2e
+ multirow graphics import adjustbox tabu vwcol stmaryrd ulem ragged2e textpos
dvisvgm dvipng wrapfig hyperref capt-of;
});
in pkgs.mkShell { nativeBuildInputs = [ pkgs.gnumake latex ]; }