From 253dca6aca40b2798ac706c6c79bf9ec6eafff8d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 21 Oct 2015 16:13:22 +0200 Subject: Added build system to shell environment --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 59a4ea7..e9b016a 100644 --- a/shell.nix +++ b/shell.nix @@ -3,5 +3,5 @@ pkgs.stdenv.mkDerivation { name = "uni-env"; - buildInputs = [ pkgs.haskellPackages.pandoc ]; + buildInputs = [ pkgs.haskellPackages.pandoc pkgs.gup ]; } -- cgit v1.2.3