Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 482 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 482 Bytes

Solc nix derivation with patched official binaries

For convenient access to all released solc version with nix.

Binaries from https://github.com/ethereum/solc-bin.

Usage

  • See the template for example usage in a flake.nix.
  • Run as flake app: nix run github:EspressoSystems/nix-solc-bin
  • See available versions: nix flake show github:EspressoSystems/nix-solc-bin

Updating

Run ./update-sources.sh to fetch new solidity builds.