From d1a1f2fa06fac055a57b28f3e15db7f8a793574c Mon Sep 17 00:00:00 2001 From: Hadi Date: Sat, 31 Dec 2022 12:21:21 -0500 Subject: [PATCH] androidenv: Fix we are using 2 spaces to intend nix code in see: https://github.com/NixOS/nixpkgs/pull/208137#discussion_r1059518929 --- pkgs/development/mobile/androidenv/examples/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/mobile/androidenv/examples/shell.nix b/pkgs/development/mobile/androidenv/examples/shell.nix index 44db11375ff8..36c3d4da0c8e 100644 --- a/pkgs/development/mobile/androidenv/examples/shell.nix +++ b/pkgs/development/mobile/androidenv/examples/shell.nix @@ -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