androidenv/emulate-app: use runtimeShell instead of stdenv.shell
See also https://github.com/NixOS/nixpkgs PR 56408.
This commit is contained in:
committed by
Alyssa Ross
parent
b3909d1cb1
commit
7802608649
@@ -15,7 +15,7 @@ rec {
|
||||
};
|
||||
|
||||
emulateApp = import ./emulate-app.nix {
|
||||
inherit (pkgs) stdenv lib;
|
||||
inherit (pkgs) stdenv lib runtimeShell;
|
||||
inherit composeAndroidPackages;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user