Skip to content

Commit

Permalink
Update solidity.package documentation
Browse files Browse the repository at this point in the history
It looks to me like the defaultText should be `pkgs.solc`.
  • Loading branch information
benmanns authored Nov 11, 2024
1 parent 2ab6d0c commit b0f59d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/languages/solidity.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
type = lib.types.package;
description = "Which compiler of Solidity to use.";
default = pkgs.solc;
defaultText = lib.literalExpression "pkgs.elixir";
defaultText = lib.literalExpression "pkgs.solc";
};

foundry = {
Expand Down

0 comments on commit b0f59d8

Please sign in to comment.