-
Notifications
You must be signed in to change notification settings - Fork 44
Created flake for project #40
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
base: master
Are you sure you want to change the base?
Conversation
|
Sorry this was too eager, need to get this check by the ngi review team |
|
Yes super simple to package, the only external thing is the third party check for the code loaded https://github.com/Ayms/bitcoin-transactions/blob/master/hash.txt (not so external right now because it is myself) |
1. src now equals lib.cleanSource ./. 2. supportedSystems expanded to any system that can run a browser 3. combined apps into single script with flags 4. created nixosModule which creates a .desktop file 5. removed unused version var 6. enclose bash vars in ""
Co-authored-by: Aaron Janse <[email protected]>
|
Hi, This flake has been completed and integrates this project into the Nix ecosystem :0 It builds a package and exposes a shell command it also exposes a flag (clear || c) which runs the walletclear.html and makes it installable as a desktop item on NixOS through a nixosModule (which is why the png has been added to the repo as well) |
Pretty simple project to package as everything is already contained within the repository.
There are some apps that load the browser version and some addition checks that make use of the general tests in the project