Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Aug 8, 2024
1 parent e8b3b9c commit f0921b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
with pkgs;
mkShell {
buildInputs =
[ solc_0_8_26 ]
[
solc_0_8_26
(solc.mkDefault pkgs solc_0_8_26)
]
++ (
if system == "x86_64-linux" then
[
Expand Down

0 comments on commit f0921b5

Please sign in to comment.