mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
Fix inconsistent naming
This commit is contained in:
parent
02fc597dd5
commit
fd73d76faf
1 changed files with 6 additions and 5 deletions
|
|
@ -84,12 +84,13 @@ in
|
|||
inherit login loginInner;
|
||||
|
||||
prootStatic =
|
||||
let crosscompiled_paths = {
|
||||
let
|
||||
crossCompiledPaths = {
|
||||
aarch64 = "/nix/store/r09n7pp4fwhrld2a1k2al6bgdx2qqfaj-proot-termux-unstable-2019-09-05-aarch64-unknown-linux-android";
|
||||
i686 = "/nix/store/4gpm0rmrq0mm69kl3cb1gjslr7ihhp01-proot-termux-unstable-2019-09-05-i686-unknown-linux-android";
|
||||
};
|
||||
in
|
||||
"${crosscompiled_paths.${config.build.arch}}";
|
||||
"${crossCompiledPaths.${config.build.arch}}";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue