androidenv: Fix we are using 2 spaces to intend nix code in

see: https://github.com/NixOS/nixpkgs/pull/208137#discussion_r1059518929
This commit is contained in:
Hadi 2022-12-31 12:21:21 -05:00
parent bceccb7f70
commit d1a1f2fa06

View file

@ -7,13 +7,13 @@
sha256 = "1wg61h4gndm3vcprdcg7rc4s1v3jkm5xd7lw8r2f67w502y94gcy";
}),
pkgs ? import nixpkgsSource {
config.allowUnfree = true;
config.allowUnfree = true;
},
*/
# If you want to use the in-tree version of nixpkgs:
pkgs ? import ../../../../.. {
config.allowUnfree = true;
config.allowUnfree = true;
},
config ? pkgs.config