accept android license

This commit is contained in:
Daniel Bulant 2026-05-16 01:47:52 +02:00
parent 4059fd77c7
commit fb415f8688
No known key found for this signature in database

View file

@ -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;