From 4d673f51a6c57c11c81ea4f00910b820b6cf5974 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 7 Sep 2016 17:00:49 +0200 Subject: [PATCH] shell: remove unneeded pandoc --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 0123e65..6ca593f 100644 --- a/shell.nix +++ b/shell.nix @@ -33,7 +33,6 @@ let in pkgs.stdenv.mkDerivation { name = "msc-thesis"; buildInputs = [ - pkgs.pandoc pkgs.xdotool (pkgs.vim_configurable.customize { name = "vim";