Skip to content

Commit

Permalink
Merge pull request #13 from EspressoSystems/direnv
Browse files Browse the repository at this point in the history
Improvements for dev env
  • Loading branch information
jbearer authored Aug 9, 2023
2 parents 9eb4764 + 6e30103 commit ae74358
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages/contracts-bedrock/deployments/anvil
.env
.env*
!.env.example
!.envrc
*.log

.devnet
Expand Down
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
in
{
devShells.default = pkgs.mkShell {
COMPOSE_DOCKER_CLI_BUILD=1;
DOCKER_BUILDKIT=1;
packages = with pkgs; [
go
# goimports, godoc, etc.
Expand All @@ -42,6 +44,7 @@
golangci-lint

# Node
nodejs
pnpm
yarn # `pnpm build` fails without this

Expand Down

0 comments on commit ae74358

Please sign in to comment.