Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ via one of the flake output categories:
| package name | description | supported platforms |
| ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
| [avalanche-cli]([avalanche-url]) | Helps developers develop and test subnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
| [bnb-beacon-node]([bnb-beacon-node-url]) | Blockchain with a flexible set of native assets and pluggable modules | x86_64-linux, x86_64-darwin, aarch64-darwin |
| [cardano]([cardano-url]) | HTTP server & command-line for managing UTxOs and HD wallets in Cardano | x86_64-linux, x86_64-darwin |
| [cardano-graphql]([cardano-graphql-url]) | GraphQL API for Cardano | x86_64-linux, x86_64-darwin |
| [cosmos-theta-testnet][cosmos-url] | Cosmos Testnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
Expand Down Expand Up @@ -88,7 +87,6 @@ via one of the flake output categories:
[emscripten-url]: https://github.com/emscripten-core/emscripten
[avalanche-url]: https://github.com/ava-labs/avalanche-cli
[blst-url]: https://github.com/supranational/blst
[bnb-beacon-node-url]: https://github.com/bnb-chain/node
[cardano-url]: https://github.com/woofpool/cardano-private-testnet-setup
[cdt-url]: https://github.com/AntelopeIO/cdt
[circom-url]: https://github.com/iden3/circom
Expand Down
173 changes: 72 additions & 101 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
gaiad = callPackage ./gaiad { };
cosmos-theta-testnet = callPackage ./cosmos-theta-testnet { inherit gaiad; };
blst = callPackage ./blst { };
bnb-beacon-node = callPackage ./bnb-beacon-node { };

circom = callPackage ./circom/default.nix { craneLib = craneLib-fenix-stable; };
circ = callPackage ./circ/default.nix { craneLib = craneLib-fenix-stable; };
Expand Down
Loading