Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed May 25, 2024
1 parent ee035f3 commit d265d76
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions mk-solc-pkgs.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
solc-macos-amd64-list,
...
}@pkgs:
{ solc-macos-amd64-list, ... }@pkgs:

builtins.foldl' (
all_binaries: binary:
let
pname = "solc_" + (builtins.replaceStrings [ "." ] [ "_" ] binary.version);
maybeSolc = (import ./mk-solc-static-pkg.nix) {
inherit (pkgs) lib stdenv autoPatchelfHook fetchurl;
inherit (pkgs)
lib
stdenv
autoPatchelfHook
fetchurl
;
inherit solc-macos-amd64-list;
solc_ver = binary.version;
solc_sha256 = binary.sha256;
Expand Down

0 comments on commit d265d76

Please sign in to comment.