-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: make rust version for cw as official and inputs grouping #194
Conversation
question: were to put python package? not sure it is usual package so. should it be in python3Packages somewhere? |
in runtime seems cosmpy needs
so really somehow need allow to list these defaults modules(from proj), so adding cosmpy leads to adding these (likely via poetry deps or like) |
flake.nix
Outdated
namada-src.url = "github:anoma/namada/v0.28.1"; | ||
namada-src.flake = false; | ||
|
||
# Contracts | ||
cw-plus-src.url = "github:CosmWasm/cw-plus/v1.1.2"; | ||
cw-plus-src.flake = false; | ||
|
||
namada-src.url = "github:anoma/namada/v0.28.1"; | ||
namada-src.flake = false; | ||
# Tools | ||
cosmwasm-src.url = "github:CosmWasm/cosmwasm/v1.5.0"; | ||
cosmwasm-src.flake = false; | ||
|
||
beaker-src.url = "github:osmosis-labs/beaker/v0.1.6"; | ||
beaker-src.flake = false; | ||
|
||
gex-src.url = "github:cosmos/gex/233d335dc9e8c89fb318d1081fae74435f6cac11"; | ||
gex-src.flake = false; |
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.
nice
draft Update default.nix Update packages.nix Delete packages/datamodel-code-generator.nix Update flake.nix Update default.nix Update flake.nix feat: cw limit size according default cosmos host (informalsystems#188) * cw limit size * fixed profile folder Add Namada chain (informalsystems#193) * WIP: add Namada chain * Update to Namada v0.28.1 * fix broken buildscript for librocksdb-sys * fmt * update broken ics hash --------- Co-authored-by: Jonathan Lorimer <[email protected]> Co-authored-by: Jonathan Lorimer <[email protected]> chore: update osmosis to mainnet release (informalsystems#195) * update osmosis * fixing wasm version Add additional substituters (informalsystems#198) update hermes (informalsystems#197)
closing, will open new pr |
seems all support for python can go as hints to poetry2nix