diff options
author | EuAndreh <eu@euandre.org> | 2018-12-29 06:28:44 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-29 06:28:44 -0200 |
commit | 6ce89ab1bab8e5e356d3750b5adef38ae17956fe (patch) | |
tree | 665b6d20a91088f2b1b43e6a6a95c7b39475e876 | |
parent | Add cp-todos.sh cronJob. (diff) | |
download | dotfiles-6ce89ab1bab8e5e356d3750b5adef38ae17956fe.tar.gz dotfiles-6ce89ab1bab8e5e356d3750b5adef38ae17956fe.tar.xz |
Add android_sdk_accept_license Nix configuration.
-rw-r--r-- | nixos/configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ba0054f..a662943 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -299,7 +299,11 @@ chromium ]; - nixpkgs.config.allowUnfree = true; # Require for slack (unfree) derivation + nixpkgs.config = { + android_sdk.accept_license = true; + allowUnfree = true; # Require for slack (unfree) derivation + }; + # Look at # https://www.vivaolinux.com.br/topico/Off-Code-Cafe/Me-apresente-sua-distro |