fix maven deps shell by ajusting arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
00422cec6f
commit
7a058594de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue