You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m pretty newbie in nixos, however all my attempts to make https://github.com/tadfisher/android-nixpkgs/tree/main solution work as HM module using flakes failed, I have tried to make configuration as per github readme.md but it fails on
it says that config statements needs to be moved on top-level, however when I move android-sdk.enable out of imports block it complains for attribute androidSdk is missing on android-sdk.finalPackage = pkgs.androidSdk line.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m pretty newbie in nixos, however all my attempts to make https://github.com/tadfisher/android-nixpkgs/tree/main solution work as HM module using flakes failed, I have tried to make configuration as per github readme.md but it fails on
android-nixpkgs.hmModule
{
android-sdk.enable = true;
}
it says that config statements needs to be moved on top-level, however when I move android-sdk.enable out of imports block it complains for attribute androidSdk is missing on android-sdk.finalPackage = pkgs.androidSdk line.
Does anybode succeeded with it?
Beta Was this translation helpful? Give feedback.
All reactions