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