Skip to content

Commit 1fe5beb

Browse files
d-xoasymmetric
authored andcommitted
flake: expose solc static versions
1 parent c0ee520 commit 1fe5beb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
packages =
3333
forAllSystems (system: {
3434
inherit (nixpkgsFor.${system}) dapp ethsign hevm seth;
35+
36+
solc-versions = pkgs.solc-static-versions;
3537
});
3638

3739
apps =

0 commit comments

Comments
 (0)