File tree Expand file tree Collapse file tree 3 files changed +4
-43
lines changed
ackee-blockchain.solidity-tools
consensys.vscode-solidity-auditor Expand file tree Collapse file tree 3 files changed +4
-43
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4545 foundry-bin = inputs . foundry-nix . defaultPackage . ${ system } . overrideAttrs ( _oldAttrs : {
4646 # TODO: Uncomment when https://github.com/shazow/foundry.nix/issues/23
4747 # meta.platforms = [system];
48- meta . platforms = [ "x86_64-linux" "aarch64-linux" ] ;
48+ meta . platforms = [
49+ "x86_64-linux"
50+ "aarch64-linux"
51+ ] ;
4952 } ) ;
5053 geth = callPackage ./by-name/geth { } ;
5154 heimdall = callPackage ./by-name/heimdall { } ;
7982 teku = callPackage ./by-name/teku { } ;
8083 tx-fuzz = callPackage ./by-name/tx-fuzz { } ;
8184 vouch = callPackage ./by-name/vouch { inherit bls mcl ; } ;
82- vscode-plugin-ackee-blockchain-solidity-tools = callPackage ./by-name/ackee-blockchain.solidity-tools { } ;
83- vscode-plugin-consensys-vscode-solidity-visual-editor = callPackage ./by-name/consensys.vscode-solidity-auditor { } ;
8485 web3signer = callPackage ./by-name/web3signer { } ;
8586 zcli = callPackage ./by-name/zcli { } ;
8687 } ;
You can’t perform that action at this time.
0 commit comments