Context
I’m following this guide “Install Holochain - Holochain Docs”.
It says:
To significantly speed up the load times for the next step you can make use of our Cachix instance. If you don’t it’ll take a long time, because it needs to compile the Holochain binaries.
And then to run this command nix run -f https://cachix.org/api/v1/install cachix -c cachix use holochain-ci
Problem
The terminal shows next error:
nix run -f https://cachix.org/api/v1/install cachix -c cachix use holochain-ci
error: unrecognised flag '-c'
What am I doing wrong?
Thanks in advance
My setup
- macOS chip M1
- nix-shell@2.5.1