mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +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 = {
|
||||||
nixpkgs.config.cudaSupport = true;
|
allowUnfree = true;
|
||||||
|
cudaSupport = true;
|
||||||
|
android_sdk.accept_license = true;
|
||||||
|
};
|
||||||
|
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue