Skip to content

Commit

Permalink
nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed May 25, 2024
1 parent 8e04358 commit 9307016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
}:
let
solc-macos-amd64-list = builtins.fromJSON (builtins.readFile solc-macos-amd64-list-json);
solc-pkgs-overlay =
final: prev: import ./mk-solc-pkgs.nix prev { inherit solc-macos-amd64-list; };
solc-pkgs-overlay = final: prev: import ./mk-solc-pkgs.nix prev { inherit solc-macos-amd64-list; };
in
flake-utils.lib.eachSystem
[
Expand Down

0 comments on commit 9307016

Please sign in to comment.