Skip to content

Commit

Permalink
fuck scip
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Apr 15, 2024
1 parent 68e770c commit cbd2625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion crates/cvm-route/src/asset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ pub enum AssetReference {
contract: cosmwasm_std::Addr,
},
// Erc20 { contract: EthAddress },
// SPL20 { mint: Pubkey },
// SPL20 { mint: Pubkey },
// PolkadotSubstrateAsset{ general_index: u128 }
}

impl AssetReference {
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@

override = overrides:
overrides.withDefaults (self: super: {

pyscipopt = super.pyscipopt.overridePythonAttrs (old: {
# buildInputs = old.buildInputs or [] ++ [self.python.pkgs.setuptools];
SCIPOPTDIR = scip-src;
Expand Down Expand Up @@ -381,7 +380,7 @@
pkgs.ipopt
pkgs.or-tools
];
pythonPackages = [pkgs.poetry pyEnvShell];
pythonPackages = [pkgs.poetry];
in {
_module.args.pkgs = import self.inputs.nixpkgs {
inherit system;
Expand Down Expand Up @@ -449,6 +448,7 @@
cosmwasm-json-schema-ts
mantis-blackbox
# pyscipopt-latest

# maturin-latest

;
Expand Down

0 comments on commit cbd2625

Please sign in to comment.