summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index e9b016a..a737e97 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,5 +3,8 @@
3 3
4pkgs.stdenv.mkDerivation { 4pkgs.stdenv.mkDerivation {
5 name = "uni-env"; 5 name = "uni-env";
6 buildInputs = [ pkgs.haskellPackages.pandoc pkgs.gup ]; 6 buildInputs = [ pkgs.haskellPackages.pandoc
7 pkgs.gup
8 pkgs.zip
9 ];
7} 10}