From 2cc254b21babe4af831fb62548dc5c5c757fac51 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 11 Nov 2021 16:44:34 +0100 Subject: [PATCH] New dependencies --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index a6d36fe0..8fbe5e32 100644 --- a/shell.nix +++ b/shell.nix @@ -21,6 +21,7 @@ let fontspec silence translations + xpatch # wrapfig # enumitem # mathpazo @@ -42,5 +43,7 @@ pkgs.mkShell { pkgs.gnumake # PDF viewer pkgs.zathura + # dot + pkgs.graphviz ]; }