From 09121883bf9f5e5b4380dc7e30ffbc48f1302ba7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 10 May 2021 19:08:32 +0200 Subject: [PATCH] chore(nix): add gup to shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 08a048fb6..c7b843a79 100644 --- a/shell.nix +++ b/shell.nix @@ -177,5 +177,5 @@ let in pkgs.mkShell { name = "uni2work"; - nativeBuildInputs = [develop] ++ (with pkgs; [ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client ]) ++ (with pkgs.haskellPackages; [ stack yesod-bin hlint cabal-install weeder profiteur ]); + nativeBuildInputs = [develop] ++ (with pkgs; [ nodejs-14_x postgresql_12 openldap google-chrome exiftool memcached minio minio-client gup ]) ++ (with pkgs.haskellPackages; [ stack yesod-bin hlint cabal-install weeder profiteur ]); }