A Nix Flake for the Move ecosystem.
You can add the Moving Company's Cachix binary cache like so:
cachix use m
To create a new Aptos Move project, run the following command:
nix flake init --template github:movingco/move.nix#aptos
If you want a shell with Aptos installed, you may run the following:
nix develop github:movingco/move.nix#aptos
When building Aptos locally, you may encounter an error around a lock. To get around this, run the following command before any Aptos build:
sudo rm /tmp/*.lock
Apache 2.0