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 f712bd8 commit 6270775
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@
++ (
if system == "x86_64-linux" then
[
solc_0_4_26
solc_0_4_11
solc_0_7_6
]
else if system == "x86_64-darwin" then
[
solc_0_4_11
solc_0_7_6
]
else if system == "aarch64-darwin" then
[ solc_0_8_5 ]
else
[ solc_0_7_6 ]
throw "unknown system"
);
};
}
Expand Down

0 comments on commit 6270775

Please sign in to comment.