fix maven deps shell by ajusting arguments

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-01 12:31:50 +02:00
parent 00422cec6f
commit 7a058594de
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
{ mergeSh, mkShell, curl, flock, git, gradle, jq, maven, nodejs,
projectNodePackage, androidShell, status-go }:
{ lib, mkShell, pkgs, gradle, projectNodePackage, androidShell, status-go }:
mergeSh (mkShell {
buildInputs = [
lib.mergeSh (mkShell {
buildInputs = with pkgs; [
curl flock # used in reset-node_modules.sh
git gradle jq maven nodejs
projectNodePackage