From 7a058594de4afad4631425cf355bef509b6864c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 1 May 2020 12:31:50 +0200 Subject: [PATCH] fix maven deps shell by ajusting arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- nix/mobile/android/maven-and-npm-deps/maven/shell.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nix/mobile/android/maven-and-npm-deps/maven/shell.nix b/nix/mobile/android/maven-and-npm-deps/maven/shell.nix index ba762456b1..d7cf5c82f2 100644 --- a/nix/mobile/android/maven-and-npm-deps/maven/shell.nix +++ b/nix/mobile/android/maven-and-npm-deps/maven/shell.nix @@ -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