mcdonc / foundry-devenv

This repository creaters an overlay in a devenv.nix environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Environment with foundry.nix with devenv.sh

This repository creates an overlay in a devenv.nix:

  • foundry.nix: Provides the Foundry suite of tools (forge, cast, anvil, and chisel).
  • devenv.sh: Allows for fast and reproducible developer environment setups.

Quick Start

  1. Activate Environment:

    devenv shell

    This starts a shell session with all tools from Foundry available.

  2. Using Foundry Tools: Once inside the environment, tools like forge and cast are directly available.

🚀 Dive deeper by visiting the official repos: foundry.nix and devenv.sh.

About

This repository creaters an overlay in a devenv.nix environment

License:Apache License 2.0


Languages

Language:Nix 100.0%