chore(nix): add gup to shell

This commit is contained in:
Gregor Kleen 2021-05-10 19:08:32 +02:00
parent 7c6901d2f2
commit 09121883bf

View File

@ -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 ]);
}