Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: solidity and foundry support #1259

Merged
merged 4 commits into from
Jun 10, 2024
Merged

Conversation

gabr1sr
Copy link
Contributor

@gabr1sr gabr1sr commented Jun 10, 2024

This PR:

Trying out

If you want to try this out, you will need to change your devenv.yaml:

inputs:
  devenv:
    url: github:gabr1sr/devenv/new/modules/solidity?dir=src/modules
  foundry:
    url: github:shazow/foundry.nix
    inputs:
      nixpkgs:
        follows: nixpkgs

And change your devenv.nix:

{ ... }:
{
  languages.solidity = {
    enable = true;
    foundry.enable = true;
  };
}

Related to shazow/foundry.nix#34

@domenkozar
Copy link
Member

Need to run pre-commit run -a

@domenkozar domenkozar merged commit c172369 into cachix:main Jun 10, 2024
251 of 267 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants