From 53e74cf918ef0cb754f33364c716816af3a9ce3b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 21 Oct 2015 16:54:11 +0200 Subject: Added support for building zip files for uploading --- shell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index e9b016a..a737e97 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,8 @@ pkgs.stdenv.mkDerivation { name = "uni-env"; - buildInputs = [ pkgs.haskellPackages.pandoc pkgs.gup ]; + buildInputs = [ pkgs.haskellPackages.pandoc + pkgs.gup + pkgs.zip + ]; } -- cgit v1.2.3