feat(android): Add flake.lock to pin nixpkgs version#16
Closed
feat(android): Add flake.lock to pin nixpkgs version#16
Conversation
- Add official Apache 2.0 license from apache.org - Establishes open source licensing terms for the repository Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Adds flake.lock to the Android plugin to pin the nixpkgs-unstable version, ensuring reproducible builds across environments. - Pins to nixpkgs-unstable commit b86751b (2026-04-16) - Improves build reproducibility and cache hits - Follows Nix best practices for flakes Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Author
|
Closing - flake.lock should be generated per-project in each project's .devbox/virtenv directory, not in the plugin template. Each project needs its own lock file based on its specific Android SDK requirements. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
flake.lockto the Android plugin to pin the nixpkgs-unstable version, ensuring reproducible builds across environments.Changes
plugins/android/virtenv/flake.lockb86751b(2026-04-16)Why
Test Plan
Notes
This is being tested in conjunction with analytics-react-native E2E workflow improvements.
🤖 Generated with Claude Code