summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 59a4ea7..e9b016a 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,5 +3,5 @@
3 3
4pkgs.stdenv.mkDerivation { 4pkgs.stdenv.mkDerivation {
5 name = "uni-env"; 5 name = "uni-env";
6 buildInputs = [ pkgs.haskellPackages.pandoc ]; 6 buildInputs = [ pkgs.haskellPackages.pandoc pkgs.gup ];
7} 7}