From 3250be7c48b0789d864e43dc44e238eb7c939500 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 18 Jan 2023 15:25:04 +0100 Subject: Update tocatta talk, add talks shell.nix and .envrc --- doc/talks/shell.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/talks/shell.nix (limited to 'doc/talks/shell.nix') diff --git a/doc/talks/shell.nix b/doc/talks/shell.nix new file mode 100644 index 00000000..161a61e1 --- /dev/null +++ b/doc/talks/shell.nix @@ -0,0 +1,12 @@ +{ pkgs ? import { } }: +let + latex = (pkgs.texlive.combine { + inherit (pkgs.texlive) + scheme-basic + beamer amsmath mathtools breqn + environ + multirow graphics import adjustbox tabu vwcol stmaryrd ulem ragged2e + dvisvgm dvipng wrapfig hyperref capt-of; + }); +in pkgs.mkShell { nativeBuildInputs = [ pkgs.gnumake latex ]; } + -- cgit v1.2.3