-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] Nix flake with ss emulator (to get nix develop
to work)
#556
base: dev
Are you sure you want to change the base?
Conversation
Unfortunately I currently do not know enough python nor the specifics of the seedsigner (and emulator) project code to figure out how to diagnose the following.
|
with latest commit (ad55919) , emulator now loads up when running
|
Ok, with (675bd9b), the camera now works! This needs a bunch of refactoring, but we are getting closer to having a nice |
@VzxPLnHqr can you change this PR to "DRAFT" until it's finished? |
nix develop
to work)nix develop
to work)
Yes, I changed it to DRAFT now. I am not sure when I will be able to finish it. Any idea if the emulator will be upstreamed? If so and SS can independently determine whether it is running inside the emulator or whether it is running on bare metal and behave accordingly, then it feels like this feature (making |
Description
This is an attempt to get a Nix flake working with the seedsigner repository and upstreaming the seedsigner-emulator.
The Goal
Strategy
nix develop
drops you into an environment with all seedsigner+emulator dependenciesThis pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os:
Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.