{"id":20565796,"url":"https://github.com/phenax/nix-android-apps","last_synced_at":"2026-04-20T01:36:19.118Z","repository":{"id":83227632,"uuid":"499791990","full_name":"phenax/nix-android-apps","owner":"phenax","description":"An experimental nix overlay to support installing/updating android apps declaratively","archived":false,"fork":false,"pushed_at":"2022-06-04T10:24:49.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T08:57:17.999Z","etag":null,"topics":["android","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phenax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-04T10:21:00.000Z","updated_at":"2022-06-04T11:09:09.000Z","dependencies_parsed_at":"2023-06-29T00:30:30.882Z","dependency_job_id":null,"html_url":"https://github.com/phenax/nix-android-apps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phenax/nix-android-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fnix-android-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fnix-android-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fnix-android-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fnix-android-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phenax","download_url":"https://codeload.github.com/phenax/nix-android-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fnix-android-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32029855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"ssl_error","status_checked_at":"2026-04-20T00:17:31.068Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","nix"],"created_at":"2024-11-16T04:39:09.163Z","updated_at":"2026-04-20T01:36:19.096Z","avatar_url":"https://github.com/phenax.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix android apps [WIP]\nAn experimental nix overlay to support installing/updating android apps declaratively.\n\nCurrently it installs apps using adb but I'm planning to switch to using [Nix-on-droid](https://github.com/t184256/nix-on-droid)\n\n## Creating an installer\nExample in [test.nix](./test.nix)\n\n```nix\nlet\n  android = import ./default.nix nixpkgs;\n  installer = mkInstaller {\n    packages = [\n      android.pkgs.\"com.duckduckgo.mobile.android\"\n      android.pkgs.\"org.fdroid.fdroid\"\n      android.pkgs.\"io.github.phenax.owyn\"\n    ];\n  };\nin {\n  buildInputs = [\n    installer\n  ];\n}\n```\n\n\n## Add a new package\n\n#### From F-Droid\n```bash\n./scripts/new-package.sh fdroid 'com.duckduckgo.mobile.android'\n```\n\n#### From apk url\n```bash\n./scripts/new-package.sh url \\\n  'io.github.phenax.owyn' \\\n  '0.0.2' \\\n  'https://github.com/phenax/owyn-launcher/releases/download/0.0.2/app-arm64-v8a-release.apk';\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fnix-android-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphenax%2Fnix-android-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fnix-android-apps/lists"}