mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-20 21:08:41 +00:00
accept android license
This commit is contained in:
parent
4059fd77c7
commit
fb415f8688
1 changed files with 5 additions and 2 deletions
|
|
@ -410,8 +410,11 @@ in
|
|||
]);
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.cudaSupport = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
android_sdk.accept_license = true;
|
||||
};
|
||||
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue