tadfisher/android-nixpkgs

error: attribute 'androidSdk' missing

nipeharefa opened this issue · 2 comments

i trying to install with flake and darwin config, when execute nix build ".darwinconfiguration.name.system" nix throw this error

warning: Git tree '/Users/myhome/.config/nixpkgs' is dirty
error: attribute 'androidSdk' missing

       at /nix/store/wy0fqvif182vashfqdgciqa7w8n36fml-source/hm-module.nix:48:32:

           47|   config = mkIf (cfg.enable) {
           48|     android-sdk.finalPackage = pkgs.androidSdk cfg.packages;
             |                                ^
           49|
(use '--show-trace' to show detailed location information)
anpin commented

same issue here on nixos

I think that is the solution #15 (comment)

ah, i see thank you @anpin