Providing asorted versions of solidity compilers (solc) using Nix

TLDR; get started in few steps:

  1. Install the “Nix: the package manager” if you haven’t or not using NixOS.
  2. Enable Nix Flake following the instruction in the link, e.g.:
    add experimental-features = nix-command flakes to your ~/.config/nix/nix.conf.
  3. Have any solc version available in your shell by running e.g.:
    nix shell github:hellwolf/solc.nix#solc_0_4_26 github:hellwolf/solc.nix#solc_0_8_19

Full readme & repository