-
Notifications
You must be signed in to change notification settings - Fork 51
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
APDU generator tool for testing #110
base: develop
Are you sure you want to change the base?
Conversation
We need some overrides to get tezos-bake-monitor-lib working. They are taken from reflex-platform overrides, pinning: constraints-extras -> 0.3.0.1 dependent-sum -> 0.6.2.0 This is enough to build apdu-gen project.
@@ -0,0 +1,25 @@ | |||
{ pkgs ? import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/9c9a249b0133c3cd30757c3594d18183689adc3f.tar.gz"; sha256 = "0g2wmys9qckz4awcp7img8672rhlhjhjq08ybgc0d4avgc7fkpw5"; }) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we already have a nixpkgs pin in this repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could just upgrade that if this version is necessary.
Wonderful! This is precisely what I had in mind long ago. Just need to get QuickCheck/Hedgehog involved for some great coverage. |
No description provided.