Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 323 Bytes

DEV.md

File metadata and controls

19 lines (13 loc) · 323 Bytes

Releasing e2b cli

to create a changeset run npx changeset

Enter Nix development shell

install nix and enable flakes

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

enter the dev shell

nix develop --command zsh
# or
nix develop --command bash